mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Fix selinux errors with Redis mount in dev env
This commit is contained in:
parent
cc64be937d
commit
989b80e771
@ -71,7 +71,7 @@ services:
|
||||
image: redis:latest
|
||||
container_name: tools_redis_{{ container_postfix }}
|
||||
volumes:
|
||||
- "../../redis/redis.conf:/usr/local/etc/redis/redis.conf"
|
||||
- "../../redis/redis.conf:/usr/local/etc/redis/redis.conf:Z"
|
||||
- "redis_socket_{{ container_postfix }}:/var/run/redis/:rw"
|
||||
entrypoint: ["redis-server"]
|
||||
command: ["/usr/local/etc/redis/redis.conf"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user