AzurLaneAutoScript/docker-compose.yml
orangesoup 80d5a125ec
Opt: Add optional MAA installation for Docker (#2173)
Tip. Since the MAA latest release is built by g++12 and requires GLIBC 2.32 or higher, we changed the base docker image to ubuntu jammy(22.04 LTS), which already have prebuilt GLIBC 2.35
2023-01-28 18:41:38 +08:00

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