Skip to content

Commit 3ceb7db

Browse files
committed
fix mongodb hostname
1 parent 3d28839 commit 3ceb7db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose-lila-ws-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
- CONFIG_FORCE_kamon.enabled=${ENABLE_MONITORING:-false}
88
- CONFIG_FORCE_influxdb.hostname=influxdb
99
- CONFIG_FORCE_influxdb.authentication.token=secret
10-
- CONFIG_FORCE_mongo_uri=mongodb://mongo:27017/lichess?appName=lila-ws
10+
- CONFIG_FORCE_mongo_uri=mongodb://mongodb:27017/lichess?appName=lila-ws
1111
- CONFIG_FORCE_redis.uri=redis://redis
1212
profiles:
1313
- base

0 commit comments

Comments
 (0)