Change test port to 8000
This commit is contained in:
parent
242870aab2
commit
4d58bf529c
@ -23,6 +23,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ../../clubhaus:/usr/src/app:ro
|
- ../../clubhaus:/usr/src/app:ro
|
||||||
ports:
|
ports:
|
||||||
- 1337:80
|
- 8000:80
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
|
Loading…
Reference in New Issue
Block a user