files modified
Este commit está contenido en:
@@ -1,7 +1,7 @@
|
||||
version: '2'
|
||||
services:
|
||||
db-rocketchat1:
|
||||
image: mongo
|
||||
image: mongo:4.2
|
||||
restart: always
|
||||
container_name: db-rocketchat1
|
||||
hostname: db-rocketchat1
|
||||
@@ -14,11 +14,14 @@ services:
|
||||
ipv4_address: 172.133.0.99
|
||||
|
||||
db-rocketchat2:
|
||||
image: mongo
|
||||
image: mongo:4.2
|
||||
restart: always
|
||||
container_name: db-rocketchat2
|
||||
hostname: db-rocketchat2
|
||||
command: --keyFile /opt/keyfile --replSet "rs0"
|
||||
# command: --keyFile /opt/keyfile --replSet "rs0" --repair
|
||||
entrypoint:
|
||||
- /bin/sleep
|
||||
- infinity
|
||||
volumes:
|
||||
- ./mongo/data2:/data/db
|
||||
- ./mongo/mongodb-keyfile:/opt/keyfile
|
||||
|
||||
Referencia en una nueva incidencia
Block a user