docker: tolerate read-only config during merge

This commit is contained in:
Yellowcooln
2026-05-28 14:31:59 -04:00
parent a308ddc00d
commit 9e8c152f0b
3 changed files with 49 additions and 11 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ services:
context: .
dockerfile: dockerfile
args:
PUID: ${PUID:-1000}
PGID: ${PGID:-1000}
PUID: ${PUID:-15888}
PGID: ${PGID:-15888}
GPIO_GID: ${GPIO_GID:-986}
SPI_GID: ${SPI_GID:-989}
container_name: pymc-repeater