Add notes about ownership glitches + using prebuilt

This commit is contained in:
Jack Kingsman
2026-02-22 12:42:11 -08:00
parent 7542cc1142
commit 00aa212049
3 changed files with 26 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,8 @@
services:
remoteterm:
build: .
# Optional on Linux: run container as your host user to avoid root-owned files in ./data
# user: "${UID:-1000}:${GID:-1000}"
ports:
- "8000:8000"
volumes:
@@ -26,4 +28,3 @@ services:
# devices:
# - /dev/ttyUSB0:/dev/ttyUSB0
restart: unless-stopped