Compare commits

..

No commits in common. "eddaad807cfae69d5bc3916a5c96eebcf6319a8d" and "4feb28f172619259cb89bbf60a3f49097fdd7599" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -1,3 +0,0 @@
:80
root * /srv
file_server

View File

@ -2,10 +2,9 @@ version: "3.9"
services:
web:
image: caddy:2-alpine
image: nginx:alpine
container_name: arenos_www
ports:
- "2000:80"
volumes:
- /srv/arenos-landing/html:/srv:ro
- ./Caddyfile:/etc/caddy/Caddyfile:ro
- ./html:/usr/share/nginx/html:ro