2026-03-31 19:07:20 +08:00
|
|
|
services:
|
|
|
|
|
dt_map:
|
|
|
|
|
image: nginx:alpine
|
|
|
|
|
container_name: dt_map
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
ports:
|
|
|
|
|
- "80:80"
|
|
|
|
|
volumes:
|
|
|
|
|
- ../dist:/usr/share/nginx/html:ro
|
2026-04-01 14:32:39 +08:00
|
|
|
- ../fiction:/usr/share/nginx/fiction:ro
|
2026-03-31 19:07:20 +08:00
|
|
|
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|