mongodb
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
mongo:
|
||||
image: mongo:4.4
|
||||
image: mongo:5
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "27017:27017"
|
||||
@@ -10,6 +8,5 @@ services:
|
||||
# - '--config'
|
||||
# - '/config/mongod-conf.yml'
|
||||
volumes:
|
||||
- ./data:/data/db
|
||||
- ./shared:/shared
|
||||
|
||||
- ./data:/data/db
|
||||
- ./shared:/shared
|
||||
|
||||
Reference in New Issue
Block a user