Mise à jour des fichiers Docker Compose pour Memcached et Redis (ports et networks).
This commit is contained in:
@@ -6,3 +6,5 @@ services:
|
||||
image: ${MEMCACHED_IMAGE}
|
||||
ports:
|
||||
- ${MEMCACHED_PORT}
|
||||
networks:
|
||||
- backend
|
||||
@@ -6,3 +6,5 @@ services:
|
||||
image: ${REDIS_IMAGE}
|
||||
ports:
|
||||
- ${REDIS_PORT}
|
||||
networks:
|
||||
- backend
|
||||
Reference in New Issue
Block a user