Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/scripts/standalone/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ fi
# --------------------------------------------------------------------
[ "$DB_HOST" = "localhost" ] && service postgresql start
[ "$AMQP_HOST" = "localhost" ] && [ -z "${AMQP_URI:-}" ] && \
runuser -u rabbitmq -- rabbitmq-server -detached
service rabbitmq-server start
[ "$REDIS_SERVER_HOST" = "localhost" ] && service redis-server start
service nginx start

Expand Down