13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
version: "2"
|
|
services:
|
|
py12306:
|
|
build: .
|
|
volumes:
|
|
- ./env.py:/config/env.py
|
|
- py12306:/data
|
|
ports:
|
|
- 8008:8008
|
|
|
|
volumes:
|
|
py12306:
|