1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-03-31 04:42:41 +00:00
overleaf/develop/bin/up
Alf Eaton 0a470fb54f Improve Server CE dev environment ()
* Avoid stray backslash in ggrep pattern
* Add new services to README
* Avoid building in bin/up
* Add init script
* Update README.md
* Use cURL to wait for MongoDB
* Add a note about COMPOSE_PARALLEL_LIMIT
* Use the new callout syntax

GitOrigin-RevId: 9aaec37e893a2da807fed2dc4b00fa52a433c390
2023-08-04 08:04:55 +00:00

3 lines
53 B
Bash
Executable file

#!/usr/bin/env bash
docker-compose up --detach "$@"