redis remove
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
- "9095:9095"
|
||||
restart: always
|
||||
links:
|
||||
- redis
|
||||
# - redis
|
||||
- mongo
|
||||
tty: true
|
||||
environment:
|
||||
@@ -26,12 +26,6 @@ services:
|
||||
ports: ["27017:27017"]
|
||||
networks:
|
||||
- smarthome
|
||||
redis:
|
||||
container_name: redis
|
||||
image: redis:5.0.8
|
||||
restart: always
|
||||
command: ["redis-server", "--bind", "redis", "--port", "6379"]
|
||||
ports: ["6379:6379"]
|
||||
mongo-express:
|
||||
container_name: mongo-express
|
||||
image: mongo-express
|
||||
@@ -43,6 +37,12 @@ services:
|
||||
- mongo
|
||||
networks:
|
||||
- smarthome
|
||||
# redis:
|
||||
# container_name: redis
|
||||
# image: redis:5.0.8
|
||||
# restart: always
|
||||
# command: ["redis-server", "--bind", "redis", "--port", "6379"]
|
||||
# ports: ["6379:6379"]
|
||||
|
||||
networks:
|
||||
smarthome:
|
||||
|
||||
Reference in New Issue
Block a user