Skip to content

Commit

Permalink
Fix incorrect connectionstring
Browse files Browse the repository at this point in the history
  • Loading branch information
OliBomby authored Feb 8, 2025
1 parent d40c0c1 commit 7734ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
build: .
restart: unless-stopped
environment:
- App__ConnectionString=Server=host.docker.internal;Port=5432;Database=postgres;User Id=postgres;Password=postgres;
- App__ConnectionString=Server=db;Port=5432;Database=postgres;User Id=postgres;Password=postgres;
- App__Token=<BOT TOKEN HERE>
volumes:
- usr/share/osu-collab-bot/logs:/etc/logs
Expand Down

0 comments on commit 7734ea6

Please sign in to comment.