mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-01 04:03:39 +00:00
12 lines
227 B
YAML
12 lines
227 B
YAML
version: "3"
|
|
services:
|
|
|
|
docker_practice:
|
|
build: ./.travis
|
|
image: ccr.ccs.tencentyun.com/docker_practice/docker_practice:latest
|
|
ports:
|
|
- 4000:4000
|
|
volumes:
|
|
- ./:/srv/gitbook-src
|
|
command: server
|