We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9721d7 commit adb43ecCopy full SHA for adb43ec
Docker/mongodb/docker-compose.yaml
@@ -35,7 +35,8 @@ volumes:
35
evolution_mongodb_data:
36
evolution_mongodb_configdb:
37
38
+
39
networks:
40
evolution-net:
- external: true
41
-
+ name: evolution-net
42
+ driver: bridge
Docker/redis/docker-compose.yaml
@@ -5,17 +5,17 @@ services:
5
image: redis:latest
6
container_name: redis
7
command: >
8
- redis-server
9
- --port 6379
10
- --appendonly yes
+ redis-server --port 6379 --appendonly yes
11
volumes:
12
- evolution_redis:/data
13
ports:
14
- 6379:6379
15
16
17
evolution_redis:
18
19
20
21
0 commit comments