yamllint fixes
Some checks failed
Docker Compose Linter / Docker Compose Linter (push) Failing after 4s

This commit is contained in:
Seaswimmer 2023-10-21 13:30:31 -04:00
parent 6aa87f5bf5
commit 5f74161279
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8
5 changed files with 16 additions and 16 deletions

View file

@ -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