mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-22 10:36:57 +08:00
Fix typo
This commit is contained in:
@@ -4,7 +4,6 @@ services:
|
||||
image: mongo:3.4
|
||||
volumes:
|
||||
- './data/mongodb/:/data/db'
|
||||
network_mode: "host"
|
||||
networks:
|
||||
- api
|
||||
restart: always
|
||||
@@ -32,7 +31,6 @@ services:
|
||||
- MONGODB_URI=mongodb://mongodb
|
||||
- BASE_API_URL=http://blockstack-api:6270
|
||||
- DEBUG=True
|
||||
network_mode: "host"
|
||||
networks:
|
||||
- api
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user