Merge pull request #114 from lanyulei/dev

fix: update docker-compose.yml
This commit is contained in:
lanyulei 2020-11-22 18:31:30 +08:00 committed by GitHub
commit fd7f0dde8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ services:
ferry: ferry:
hostname: ferry hostname: ferry
image: registry.cn-beijing.aliyuncs.com/lanyulei/ferry:v1.0.1 image: registry.cn-beijing.aliyuncs.com/lanyulei/ferry:v1.0.0-1
container_name: ferry container_name: ferry
depends_on: depends_on:
- db - db
@ -58,7 +58,7 @@ services:
ferry_web: ferry_web:
hostname: ferry_web hostname: ferry_web
container_name: ferry_web container_name: ferry_web
image: registry.cn-beijing.aliyuncs.com/lanyulei/ferry_web:v1.0.0 image: registry.cn-beijing.aliyuncs.com/lanyulei/ferry_web:v1.0.0-1
links: links:
- ferry:ferry_host - ferry:ferry_host
ports: ports: