Skip to content

Commit 8ed5a3e

Browse files
committed
Uses storage instead of storageFile.
1 parent bab0b94 commit 8ed5a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
--acme.ondemand=false \
5656
--acme.acmelogging=true \
5757
--acme.onhostrule=true \
58-
--acme.storageFile='/etc/traefik/acme/acme.json'
58+
--acme.storage='/etc/traefik/acme/acme.json'
5959
--loglevel=DEBUG
6060
ports:
6161
- "80:80"

0 commit comments

Comments
 (0)