mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
fix memcached in dev env
* create memcached dir via git so that the current user owns it. Otherwise, docker will create the dir as root at runtime
This commit is contained in:
@@ -109,6 +109,6 @@ services:
|
||||
user: ${CURRENT_UID}
|
||||
image: memcached:alpine
|
||||
container_name: tools_memcached_1
|
||||
command: ["-s", "/var/run/memcached/memcached.sock", "-a", "0666"]
|
||||
command: ["memcached", "-s", "/var/run/memcached/memcached.sock", "-a", "0666"]
|
||||
volumes:
|
||||
- "./memcached/:/var/run/memcached"
|
||||
|
||||
Reference in New Issue
Block a user