remove caddy from compose
This commit is contained in:
parent
0aef71d79e
commit
2e35718ae1
@ -2,16 +2,16 @@
|
||||
services:
|
||||
|
||||
|
||||
caddy:
|
||||
image: caddy:alpine
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile2
|
||||
- ./errors:/srv/errors
|
||||
networks:
|
||||
- default
|
||||
# caddy:
|
||||
# image: caddy:alpine
|
||||
# ports:
|
||||
# - "80:80"
|
||||
# - "443:443"
|
||||
# volumes:
|
||||
# - ./Caddyfile:/etc/caddy/Caddyfile2
|
||||
# - ./errors:/srv/errors
|
||||
# networks:
|
||||
# - default
|
||||
|
||||
postgres:
|
||||
container_name: our-postgres
|
||||
|
Loading…
x
Reference in New Issue
Block a user