mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
Uncomment mongo from startup script
I will add this to the dockerfile once this release is done.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
/etc/init.d/postgresql start
|
||||
/etc/init.d/redis-server start
|
||||
#nohup mongod --smallfiles &
|
||||
nohup mongod --smallfiles &
|
||||
|
||||
(cd /tower_devel && make server &&
|
||||
/bin/bash)
|
||||
|
||||
Reference in New Issue
Block a user