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}
|
image: ${MEMCACHED_IMAGE}
|
||||||
ports:
|
ports:
|
||||||
- ${MEMCACHED_PORT}
|
- ${MEMCACHED_PORT}
|
||||||
|
networks:
|
||||||
|
- backend
|
||||||
@@ -6,3 +6,5 @@ services:
|
|||||||
image: ${REDIS_IMAGE}
|
image: ${REDIS_IMAGE}
|
||||||
ports:
|
ports:
|
||||||
- ${REDIS_PORT}
|
- ${REDIS_PORT}
|
||||||
|
networks:
|
||||||
|
- backend
|
||||||
Reference in New Issue
Block a user