Update README for rewrite

This commit is contained in:
Ske
2019-07-01 01:04:35 +02:00
parent af746ccf81
commit 2e4d111242
2 changed files with 15 additions and 15 deletions

View File

@@ -4,8 +4,9 @@ services:
build: .
entrypoint: ["dotnet", "run", "--project", "PluralKit.Bot"]
environment:
- "PluralKit:Bot:Token"
- "PluralKit:Database=Host=db;Username=postgres;Password=postgres;Database=postgres"
volumes:
- "./pluralkit.conf:/app/pluralkit.conf:ro"
links:
- db
web: