add Dockerfile and config folder & files
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 16s
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 16s
This commit is contained in:
@@ -2,8 +2,8 @@ services:
|
||||
multi-watch:
|
||||
image: git.pi-farm.de/pi-farm/multi-watch:1.0
|
||||
container_name: multi-watch
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- $(pwd)/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user