mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 21:05:03 -02:30
Fix selinux errors with Redis mount in dev env
This commit is contained in:
@@ -71,7 +71,7 @@ services:
|
|||||||
image: redis:latest
|
image: redis:latest
|
||||||
container_name: tools_redis_{{ container_postfix }}
|
container_name: tools_redis_{{ container_postfix }}
|
||||||
volumes:
|
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"
|
- "redis_socket_{{ container_postfix }}:/var/run/redis/:rw"
|
||||||
entrypoint: ["redis-server"]
|
entrypoint: ["redis-server"]
|
||||||
command: ["/usr/local/etc/redis/redis.conf"]
|
command: ["/usr/local/etc/redis/redis.conf"]
|
||||||
|
|||||||
Reference in New Issue
Block a user