This commit is contained in:
2026-04-04 05:38:05 +00:00
commit 99d04b1adf
2 changed files with 14 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
nginx:
image: nginx:alpine
ports:
- "127.0.0.1:8018:80"
volumes:
- ./static:/usr/share/nginx/html:ro
restart: unless-stopped