Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OliBomby authored Feb 8, 2025
1 parent 7734ea6 commit 2f0d331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ To do this, you first have to edit `docker-compose.yml` and add in your Discord
You can also change the output location for the logs from `usr/share/osu-collab-bot/logs` to somewhere else.

If you want to be able to access the PostgreSQL database externally, uncomment the `ports` section of the Docker compose file and change the password of the database to something secure. Don't forget to update the password in the connection string environment variable.

If you are running on a server with ARM architecture, you'll have to change the `Dockerfile` to change `linux-x64` to `linux-arm64` in the `dotnet publish` and `COPY` commands.

0 comments on commit 2f0d331

Please sign in to comment.