chore: revert docker-compose.yml to match develop

This commit is contained in:
2026-07-10 11:42:50 +02:00
parent 5b445cbe89
commit 1d107d2de6

View File

@@ -56,7 +56,7 @@
environment: environment:
# LactoseBaseUrl must be the address the *browser* can reach Lactose at. # LactoseBaseUrl must be the address the *browser* can reach Lactose at.
# Override this with your server's hostname/IP if not running on localhost. # Override this with your server's hostname/IP if not running on localhost.
- LactoseBaseUrl=http://localhost:5162/ - LactoseBaseUrl=http://192.168.50.100:5162/
ports: ports:
- "8080:8080" - "8080:8080"
restart: unless-stopped restart: unless-stopped