chore: update docker-compose
SSL volume aangepast zodat het nu naar de juiste direcotry kijkt en read only is
This commit is contained in:
parent
8020b96703
commit
da86ac94ee
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
||||||
- '443:443'
|
- '443:443'
|
||||||
- '80:80'
|
- '80:80'
|
||||||
volumes:
|
volumes:
|
||||||
- ssl:/etc/letsencrypt/
|
- /etc/letsencrypt/:/etc/letsencrypt/:ro
|
||||||
api:
|
api:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue