Files
ft/AssetsServer/docker-compose.yml
2026-06-29 21:18:33 +08:00

10 lines
216 B
YAML

version: '3'
services:
nginx:
image: nginx
ports:
- 8080:80
volumes:
- ./config.json:/usr/share/nginx/html/config.json
- ../assetbundles/0_0/Android:/usr/share/nginx/html/assetbundles