diff options
Diffstat (limited to 'tools/redis/redis_socket_ha_3/.dir_placeholder')
-rw-r--r-- | tools/redis/redis_socket_ha_3/.dir_placeholder | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/redis/redis_socket_ha_3/.dir_placeholder b/tools/redis/redis_socket_ha_3/.dir_placeholder new file mode 100644 index 0000000000..7660bfed95 --- /dev/null +++ b/tools/redis/redis_socket_ha_3/.dir_placeholder @@ -0,0 +1 @@ +This dir must pre-exist and be owned by the user you are launching awx dev env as. If the dir does not exist before launching the awx dev environment then docker will create the dir and it will be owned by root. Since we start our awx dev environment with user: ${CURRENT_UID} the redis container will be unable to create a socket file in a directory owned by root. |