1
0

Change test port to 8000

This commit is contained in:
Marcel Schwarz 2022-08-03 10:18:54 +02:00
parent 242870aab2
commit 4d58bf529c

View File

@ -23,6 +23,6 @@ services:
volumes:
- ../../clubhaus:/usr/src/app:ro
ports:
- 1337:80
- 8000:80
depends_on:
- backend