refactor(#14): Address PR feedback

This commit is contained in:
Josh Creek
2026-07-24 22:43:44 +01:00
parent 0b1d647aec
commit 7f1bad009b
5 changed files with 125 additions and 19 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ services:
context: .
dockerfile: Dockerfile
image: open-network-diagram:local
user: '${OND_UID:-1000}:${OND_GID:-1000}'
user: '${OND_UID:?Set OND_UID to your host user ID}:${OND_GID:?Set OND_GID to your host group ID}'
ports:
- '8080:3000'
volumes: