@@ -48,10 +48,6 @@ services:
- POSTGRES_DB=misago
- POSTGRES_HOST=postgres
- POSTGRES_TEST_DB=misago_test
- ports:
- # Map port 8000 in the container to port 8000 on the host
- # This way we can access the forum through http://localhost:8000
- - "${MISAGO_DEVSERVER_PORT:-8000}:8000"
depends_on:
- postgres
- redis