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:
|
ports:
|
||||||
- "1234:80"
|
- "1234:80"
|
||||||
# Change the port allocations to the following if you want to reverse proxy with this Caddy container:
|
# Change the port allocations to the following if you want to reverse proxy with this Caddy container:
|
||||||
#ports:
|
# ports:
|
||||||
#- "80:80"
|
# - "80:80"
|
||||||
#- "443:443"
|
# - "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||||
- ./data/caddy-data:/data
|
- ./data/caddy-data:/data
|
||||||
|
|
Loading…
Reference in a new issue