mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 07:48:39 -05:00
Allow for platform specific variables in docker-compose install
This changes the default docker_compose_dir on macos to a writeable location
This commit is contained in:
@@ -0,0 +1 @@
|
||||
docker_compose_dir: "/usr/local/var/lib/awx"
|
||||
@@ -0,0 +1 @@
|
||||
docker_compose_dir: "/var/lib/awx"
|
||||
Reference in New Issue
Block a user