fix localhost ip

This commit is contained in:
Malte 2024-12-15 19:11:46 +01:00
parent bcee070e1d
commit 11ca0071ad

View file

@ -39,7 +39,7 @@ hedgedoc_docker_present:
- volumes:
- /opt/hedgedoc/uploads:/hedgedoc/public/uploads
- ports:
- "127.0.0.0:3000:3000"
- "127.0.0.1:3000:3000"
- restart: always
hedgedoc_database_present: