freed.place/docker-compose.yml
FreedTapestry21 9494f501ae
Configured and redid the base website structure
Signed-off-by: Bo Jordans <bo@eepyfox.space>
Signed-off-by: FreedTapestry21 <freedtapestry21@pixelated.sh>
2025-09-03 13:16:03 +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"