Skip to content

Commit

Permalink
Don't use a volume for acme
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Oct 14, 2020
1 parent 3948251 commit f511791
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/templates/docker-compose.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- '443:443'
volumes:
- '/var/run/docker.sock:/var/run/docker.sock:ro'
- 'acme:/acme.json'
- '/opt/acme.json:/acme.json'
depends_on:
{{if index .InstallComponents "Shell"}}- "shell"{{end}}
{{if index .InstallComponents "Core"}}- "web"{{end}}
Expand Down Expand Up @@ -222,4 +222,3 @@ volumes:
redis: null
postgres: null
andromeda: null
acme: null

0 comments on commit f511791

Please sign in to comment.