version: "3" services: httpd: container_name: 5etools image: httpd networks: - web volumes: - /home/joey/docker/5etools/htdocs:/usr/local/apache2/htdocs labels: - "traefik.enable=true" - "traefik.frontend.rule=Host:5e.jafner.net" - "traefik.docker.network=web" - "traefik.port=80" networks: web: external: true