8000 minor #13459 Document support for Memcached in Docker Compose (fabpot) · symfony/symfony-docs@048ac46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 048ac46

Browse files
committed
minor #13459 Document support for Memcached in Docker Compose (fabpot)
This PR was merged into the 3.4 branch. Discussion ---------- Document support for Memcached in Docker Compose <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- dd39018 Docu 8000 ment support for Memcached in Docker Compose
2 parents 90c111a + dd39018 commit 048ac46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/symfony_server.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ Service Port Symfony default prefix
286286
MySQL 3306 ``DATABASE_``
287287
PostgreSQL 5432 ``DATABASE_``
288288
Redis 6379 ``REDIS_``
289+
Memcached 11211 ``MEMCACHED_``
289290
RabbitMQ 5672 ``RABBITMQ_`` (set user and pass via Docker ``RABBITMQ_DEFAULT_USER`` and ``RABBITMQ_DEFAULT_PASS`` env var)
290291
Elasticsearch 9200 ``ELASTICSEARCH_``
291292
MongoDB 27017 ``MONGODB_`` (set the database via a Docker ``MONGO_DATABASE`` env var)

0 commit comments

Comments
 (0)
0