mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-13 21:31:31 +02:00
docker: bootstrap config and run rootless
This commit is contained in:
+5
-1
@@ -1,6 +1,10 @@
|
||||
services:
|
||||
pymc-repeater:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
PUID: ${PUID:-1000}
|
||||
PGID: ${PGID:-1000}
|
||||
container_name: pymc-repeater
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user