Skip to content

Commit

Permalink
Merge pull request #8 from At-Heal/main
Browse files Browse the repository at this point in the history
Fixed docker-compose.yml by adding BIND env
  • Loading branch information
ChecksumDev committed Jan 5, 2024
2 parents f8e6ad9 + 0599110 commit ec9d6ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ec9d6ca

Please sign in to comment.