chore(compose): map external 8199 to internal 8080
This commit is contained in:
parent
55ccf8cf0c
commit
01e739fed3
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue