mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Update docker-compose.yml
This commit is contained in:
parent
a3267d1b3a
commit
3ab7f6dfb8
@ -2,7 +2,6 @@ version: "3"
|
||||
services:
|
||||
|
||||
server:
|
||||
# build: ./.travis
|
||||
image: yeasy/docker_practice:latest
|
||||
ports:
|
||||
- 4000:4000
|
||||
@ -27,7 +26,7 @@ services:
|
||||
|
||||
development:
|
||||
build: ./.travis
|
||||
image: yeasy/docker_practice:development
|
||||
image: yeasy/docker_practice:latest
|
||||
ports:
|
||||
- 4000:4000
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user