Browse Source

Update 'docker-compose.yml'

abdofarag 5 years ago
parent
commit
e7f1eb1a54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -127,5 +127,5 @@ services:
     image: memcached:latest
     command: "memcached -u memcache -vv -m 64 -p 11211 -l 0.0.0.0 -c 1024 -t 8"
     ports:
-      - "11211:11211"
+      - "127.0.0.1:11211:11211"