[docker] fix network: host, fix caddyfile

parent b86d2e61
Pipeline #6775 passed with stages
in 30 minutes and 28 seconds
# http disables automatic https
http://localhost:8108 {
root * /srv/purescript-gargantext/dist
file_server
}
...@@ -3,7 +3,6 @@ version: '3' ...@@ -3,7 +3,6 @@ version: '3'
services: services:
caddy: caddy:
image: caddy:alpine image: caddy:alpine
network: host
ports: ports:
- 8108:8108 - 8108:8108
volumes: volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment