mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:27:33 +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
|