chore(compose): map external 8199 to internal 8080

This commit is contained in:
vibe-bot 2025-08-08 00:16:26 +02:00
parent 55ccf8cf0c
commit 01e739fed3

View file

@ -3,7 +3,7 @@ services:
build: . build: .
container_name: discord-soundboard container_name: discord-soundboard
ports: ports:
- "8080:8080" - "8199:8080"
env_file: env_file:
- .env - .env
volumes: volumes: