修改 docker-compose 使用说明

This commit is contained in:
Jalin
2019-01-22 11:58:26 +08:00
parent bef3e95cec
commit 91763f3141
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: