mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 02:48:23 +08:00
AlasGG
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user