Installation de Memcached.

This commit is contained in:
2026-05-28 07:50:58 +02:00
parent eabfbb07e7
commit 559e71abb7
4 changed files with 30 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
memcached:
restart: unless-stopped
container_name: ${CONTAINER_PREFIX}_memcached
image: ${MEMCACHED_IMAGE}
ports:
- ${MEMCACHED_PORT}