This commit is contained in:
Yongjie Xu
2025-08-29 14:03:01 +08:00
parent 186aa0ef11
commit 0b618d5afe

14
nginx/docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
nginx:
image: nginx:1.29.1-alpine
container_name: nginx
ports:
- "38080:80"
restart: unless-stopped
networks:
- service
mem_limit: "512m"
cpus: "0.5"
networks:
service:
external: true