We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6773f81 + 8fd11c6 commit da97587Copy full SHA for da97587
1 file changed
traefik/Dockerfile
@@ -6,7 +6,7 @@ VOLUME C:/etc/traefik
6
VOLUME C:/etc/ssl
7
8
EXPOSE 80
9
-ENTRYPOINT ["/traefik", "--configfile=T:/traefik.toml"]
+ENTRYPOINT ["/traefik", "--configfile=C:/etc/traefik/traefik.toml"]
10
11
# Metadata
12
LABEL org.label-schema.vendor="Containous" \
0 commit comments