mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 09:38:10 -03:30
Improve dev environment init process
This ensures that /etc/passwd is always written, regardless of how the container starts.
This commit is contained in:
@@ -6,6 +6,7 @@ services:
|
||||
image: ${DEV_DOCKER_TAG_BASE}/awx_devel:${TAG}
|
||||
container_name: tools_awx_1
|
||||
hostname: awx
|
||||
command: /start_development.sh
|
||||
environment:
|
||||
CURRENT_UID:
|
||||
RABBITMQ_HOST: rabbitmq
|
||||
|
||||
Reference in New Issue
Block a user