docker_practice/docker-compose.yml
Baohua Yang 3f754a806e Minor update description and review image
Fix #231: Update legacy branch name
2017-11-23 09:42:22 +08:00

12 lines
194 B
YAML

version: "3"
services:
docker_practice:
build: ./.travis
image: yeasy/docker_practice:latest
ports:
- 4000:4000
volumes:
- ./:/srv/gitbook-src
command: server