Skip to content

Commit

Permalink
Update README and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Azorant committed May 27, 2024
1 parent 9594357 commit fd2f34d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
WORKDIR /app
RUN apk add --no-cache icu-libs
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false
EXPOSE 3400

FROM mcr.microsoft.com/dotnet/sdk:8.0-alpine AS build
WORKDIR /src
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ services:
- LAVALINK_HOST=lavalink:2333
- TOKEN=bot token
- GUILD_CHANNEL=channel ID for guild events
- PROMETHEUS_ENABLED=true
- PROMETHEUS_PREFIX=rhea
ports:
- 3400:3400
lavalink:
image: ghcr.io/lavalink-devs/lavalink:latest
container_name: lavalink
Expand Down

0 comments on commit fd2f34d

Please sign in to comment.