mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Uncomment mongo from startup script
I will add this to the dockerfile once this release is done.
This commit is contained in:
parent
809cbcb6e4
commit
fdb8fdf24a
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user