freed.place/docker-compose.yml
FreedTapestry21 06bf1e0849 Configured and redid the base website structure
Signed-off-by: Bo Jordans <bo@eepyfox.space>
2025-09-03 13:09:39 +02:00

9 lines
179 B
YAML

services:
web:
image: nginx:latest
container_name: freed-place
restart: unless-stopped
volumes:
- ./html:/usr/share/nginx/html:ro
ports:
- "80:80"