docker-compose中的配置过时

docker-compose.yml中delos使用的image版本还是1.0.0,与 https://github.com/thx/rap2-dolores 中的master版本没有对齐,导致使用rap2-dolores新版本的时候页面报错。
pull/449/head
Roy 6 years ago committed by GitHub
parent 278ae191b0
commit 8e1922fce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,8 @@ services:
# build from ./Dockerfile
# build: .
# build from images
image: blackdog1987/rap2-delos:1.0.0
# you can find last tag from https://hub.docker.com/r/blackdog1987/rap2-delos
image: blackdog1987/rap2-delos:2.6.aa3be03
environment:
# if you have your own mysql, config it here, and disable the 'mysql' config blow
- MYSQL_URL=rap2-mysql # links will maintain /etc/hosts, just use 'container_name'

Loading…
Cancel
Save