fix(backend): Fix port exposed by backend

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
This commit is contained in:
Lucien Cartier-Tilet 2023-02-09 12:01:15 +01:00
parent 8e925b884e
commit 59e30f919c
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -8,6 +8,6 @@ services:
build: .
restart: unless-stopped
ports:
- 8080:8000
- 8080:8080
env_file:
- .env