10 lines
216 B
YAML
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
|