14 lines
278 B
YAML
14 lines
278 B
YAML
services:
|
|
test2:
|
|
image: git.pi-farm.de/pi-farm/test2:main
|
|
container_name: test2
|
|
volumes:
|
|
- ./config:/config
|
|
- ./data:/app
|
|
ports:
|
|
- 80:80
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Europe/Berlin
|
|
restart: unless-stopped |