fix: build in docker compose
This commit is contained in:
@@ -5,11 +5,6 @@ services:
|
|||||||
container_name: mx-server
|
container_name: mx-server
|
||||||
image: innei/mx-server:latest
|
image: innei/mx-server:latest
|
||||||
restart: 'on-failure'
|
restart: 'on-failure'
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
args:
|
|
||||||
redis_host: 'redis'
|
|
||||||
db_host: 'mongo'
|
|
||||||
ports:
|
ports:
|
||||||
- '2333:2333'
|
- '2333:2333'
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user