Skip to content

Commit

Permalink
Fixed acme.json paths in traefik docker compose comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpleHomelab committed Sep 24, 2022
1 parent 1c22d14 commit 3731045
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docker-compose-t2-synology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ services:

# Traefik 2 - Reverse Proxy
# touch (create empty files) traefik.log and acme/acme.json. Set acme.json permissions to 600.
# touch $DOCKERDIR/traefik2/acme/acme.json
# chmod 600 $DOCKERDIR/traefik2/acme/acme.json
# touch $DOCKERDIR/appdata/traefik2/acme/acme.json
# chmod 600 $DOCKERDIR/appdata/traefik2/acme/acme.json
# touch $DOCKERDIR/logs/synology//traefik.log
traefik:
<<: *common-keys-core # See EXTENSION FIELDS at the top
Expand Down
4 changes: 2 additions & 2 deletions docker-compose-t2-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ services:

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

Expand Down
4 changes: 2 additions & 2 deletions docker-compose-t2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ services:

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

Expand Down

0 comments on commit 3731045

Please sign in to comment.