diff --git a/docker-compose.yml b/docker-compose.yml index 9ab25e5..c19143d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: image: ghcr.io/checksumdev/lumen:nightly environment: - PUBLIC_URL=https://example.com # default: http://localhost:8080 + - BIND=localhost:8080 # default localhost:8080 volumes: - /opt/lumen/data:/app/data/ ports: