fix docker-compose override
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ server
|
||||
sample*.drawio
|
||||
sample*.gliffy
|
||||
.DS_Store
|
||||
docker-compose.override.yml
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user