yamllint fixes
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 4s
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 4s
This commit is contained in:
parent
6aa87f5bf5
commit
5f74161279
5 changed files with 16 additions and 16 deletions
|
@ -32,9 +32,9 @@ services:
|
|||
ports:
|
||||
- "1234:80"
|
||||
# Change the port allocations to the following if you want to reverse proxy with this Caddy container:
|
||||
#ports:
|
||||
#- "80:80"
|
||||
#- "443:443"
|
||||
# ports:
|
||||
# - "80:80"
|
||||
# - "443:443"
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./data/caddy-data:/data
|
||||
|
|
Loading…
Reference in a new issue