Skip to content

Commit 3731045

Browse files
committed
Fixed acme.json paths in traefik docker compose comments.
1 parent 1c22d14 commit 3731045

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docker-compose-t2-synology.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ services:
119119

120120
# Traefik 2 - Reverse Proxy
121121
# touch (create empty files) traefik.log and acme/acme.json. Set acme.json permissions to 600.
122-
# touch $DOCKERDIR/traefik2/acme/acme.json
123-
# chmod 600 $DOCKERDIR/traefik2/acme/acme.json
122+
# touch $DOCKERDIR/appdata/traefik2/acme/acme.json
123+
# chmod 600 $DOCKERDIR/appdata/traefik2/acme/acme.json
124124
# touch $DOCKERDIR/logs/synology//traefik.log
125125
traefik:
126126
<<: *common-keys-core # See EXTENSION FIELDS at the top

docker-compose-t2-web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ services:
105105

106106
# Traefik 2 - Reverse Proxy
107107
# Touch (create empty files) traefik.log and acme/acme.json. Set acme.json permissions to 600.
108-
# touch $DOCKERDIR/traefik2/acme/acme.json
109-
# chmod 600 $DOCKERDIR/traefik2/acme/acme.json
108+
# touch $DOCKERDIR/appdata/traefik2/acme/acme.json
109+
# chmod 600 $DOCKERDIR/appdata/traefik2/acme/acme.json
110110
# touch $DOCKERDIR/logs/web/traefik/traefik.log
111111
# touch $DOCKERDIR/logs/web/traefik/access.log
112112

docker-compose-t2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ services:
126126

127127
# Traefik 2 - Reverse Proxy
128128
# Touch (create empty files) traefik.log and acme/acme.json. Set acme.json permissions to 600.
129-
# touch $DOCKERDIR/traefik2/acme/acme.json
130-
# chmod 600 $DOCKERDIR/traefik2/acme/acme.json
129+
# touch $DOCKERDIR/appdata/traefik2/acme/acme.json
130+
# chmod 600 $DOCKERDIR/appdata/traefik2/acme/acme.json
131131
# touch $DOCKERDIR/logs/cloudserver/traefik.log
132132
# touch $DOCKERDIR/logs/cloudserver/access.log
133133

0 commit comments

Comments
 (0)