mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-08 01:33:01 +02:00
Add notes about ownership glitches + using prebuilt
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user