mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
13 lines
312 B
YAML
13 lines
312 B
YAML
version: '3.7'
|
|
services:
|
|
ALAS:
|
|
network_mode: host
|
|
volumes:
|
|
- '.:/app/AzurLaneAutoScript:rw'
|
|
- '/etc/localtime:/etc/localtime:ro'
|
|
container_name: 'alas'
|
|
image: 'alas'
|
|
build:
|
|
context: ./
|
|
dockerfile: ./dev_tools/Dockerfile
|