Skip to content

Commit 95fe997

Browse files
committed
Update README with note on docker logs
1 parent 3201148 commit 95fe997

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Docker is required to easily coordinate and run multiple services at once.
4242
7. Run `docker compose up -d`. Make sure all containers, except those with "migration" in it, are running via `docker ps`.
4343
- If you run into issues with network timeouts, pass the parallel flag to only build 1 container at once: `docker compose --parallel 1 up -d`
4444
- Any containers ending in `-migration` do not need to be running
45+
- If any containers are failing to start, troubleshoot by getting the last few logs for the container with `docker logs <container_name or ID> --tail 100`
4546
8. Access the control panel via http://localhost:8000
4647

4748
#### Customize Site Domain

docker-compose.dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ services:
200200
- ./.env.local
201201
environment:
202202
- NODE_ENV=local
203+
- BACKEND_API_MONGODB_URI=mongodb://mongo:27017/rss?replicaSet=dbrs&directConnection=true
203204
- LOG_LEVEL=debug
204205

205206
# Schedule emitter

0 commit comments

Comments
 (0)