mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2025-12-23 23:07:42 -05:00
17 lines
385 B
YAML
17 lines
385 B
YAML
services:
|
|
profilarr:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: profilarr
|
|
ports:
|
|
- 6870:6868
|
|
volumes:
|
|
- ./config-test:/config
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- UMASK=002
|
|
- TZ=Australia/Adelaide
|
|
restart: unless-stopped
|