Remove Caddy. Add port
This commit is contained in:
@@ -8,15 +8,15 @@ services:
|
||||
networks:
|
||||
- caddy
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
caddy: ${DOMAIN}
|
||||
caddy.tls: ${EMAIL}
|
||||
caddy.reverse_proxy: "{{upstreams 8080}}"
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "1m"
|
||||
tty: true
|
||||
env_file:
|
||||
.env
|
||||
ports:
|
||||
- 8000:80
|
||||
|
||||
networks:
|
||||
caddy:
|
||||
|
Reference in New Issue
Block a user