This commit is contained in:
2026-02-09 19:58:56 +00:00
commit 771bf369ea
2 changed files with 21 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
wedding-web:
image: nginx:alpine
container_name: wedding-web
restart: unless-stopped
ports:
- "127.0.0.1:8080:80"
volumes:
- ./site:/usr/share/nginx/html:ro