mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-08 18:09:02 +08:00
15 lines
395 B
YAML
15 lines
395 B
YAML
version: '3.7'
|
|
services:
|
|
ALAS:
|
|
network_mode: host
|
|
volumes:
|
|
- '.:/app/AzurLaneAutoScript:rw'
|
|
# - '../MAA:/app/MAA:rw'
|
|
- '/etc/localtime:/etc/localtime:ro'
|
|
container_name: 'alas'
|
|
image: 'alas'
|
|
build:
|
|
context: ./deploy/docker/
|
|
dockerfile: ./Dockerfile
|
|
# dockerfile: ./Dockerfile.cn
|