Update docker-compose.yml

Allow Docker to bind to all IP addresses and not just the local one.
This commit is contained in:
Zander 2024-03-24 09:26:47 +01:00 committed by GitHub
parent 0a9c71320a
commit 100ad5da98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ services:
- plausible_events_db
- mail
ports:
- 127.0.0.1:8000:8000
- 8000:8000
env_file:
- plausible-conf.env