fix docker-compose override

This commit is contained in:
2026-01-12 15:29:12 +11:00
parent 02ed59f2be
commit 07c7ef593f
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -5,3 +5,4 @@ server
sample*.drawio
sample*.gliffy
.DS_Store
docker-compose.override.yml
+1 -3
View File
@@ -1,10 +1,8 @@
version: "3.9"
services:
gliffy2drawio:
build: .
ports:
- "8080:8080"
- "${HOST_PORT:-8080}:8080"
environment:
- DRAWIO_BASE_URL=${DRAWIO_BASE_URL:-https://app.diagrams.net}
restart: unless-stopped