fixed trust_proxy
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: gitea.calnet.dev/callum/binit:latest
|
||||
container_name: binit-app
|
||||
env_file:
|
||||
- .env
|
||||
@@ -11,6 +9,7 @@ services:
|
||||
MINIO_PORT: ${MINIO_PORT:-9000}
|
||||
MINIO_USE_SSL: ${MINIO_USE_SSL:-false}
|
||||
PORT: ${PORT:-3000}
|
||||
TRUST_PROXY: ${TRUST_PROXY:-1}
|
||||
ports:
|
||||
- "3000:3000"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user