Skip to content

Commit 8fd11c6

Browse files
committed
Fix configfile path for traefik
1 parent 6773f81 commit 8fd11c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

traefik/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VOLUME C:/etc/traefik
66
VOLUME C:/etc/ssl
77

88
EXPOSE 80
9-
ENTRYPOINT ["/traefik", "--configfile=T:/traefik.toml"]
9+
ENTRYPOINT ["/traefik", "--configfile=C:/etc/traefik/traefik.toml"]
1010

1111
# Metadata
1212
LABEL org.label-schema.vendor="Containous" \

0 commit comments

Comments
 (0)