Files
py12306/docker-compose.yml.example
2019-12-31 21:35:56 +08:00

12 lines
176 B
Plaintext

version: "3.4"
services:
py12306:
build: .
volumes:
- ./config.toml:/code/config.toml
- py12306:/data
ports:
- 8008:8008
volumes:
dp_py12306: