修改 docker-compose 使用说明

This commit is contained in:
Jalin
2019-01-22 11:58:26 +08:00
parent 89c7e2b0f9
commit 8b90194f65
4 changed files with 20 additions and 15 deletions

View File

@@ -0,0 +1,12 @@
version: "2"
services:
py12306:
build: .
volumes:
- ./env.py:/config/env.py
- py12306:/data
ports:
- 8008:8008
volumes:
py12306: