fix
This commit is contained in:
parent
dfd57bd581
commit
5cee7fec89
|
@ -5,8 +5,12 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
build: .
|
build: .
|
||||||
env_file: .env
|
env_file: .env
|
||||||
depends_on: rethinkdb
|
environment:
|
||||||
ports: "127.0.0.1:39243:5000"
|
RETHINKDB_URL: "rethinkdb2://admin@rethinkdb/mi"
|
||||||
|
depends_on:
|
||||||
|
- rethinkdb
|
||||||
|
ports:
|
||||||
|
- "127.0.0.1:39243:5000"
|
||||||
|
|
||||||
rethinkdb:
|
rethinkdb:
|
||||||
image: "rethinkdb:2.4.0"
|
image: "rethinkdb:2.4.0"
|
||||||
|
|
Loading…
Reference in New Issue