21 lines
390 B
YAML
21 lines
390 B
YAML
---
|
|
version: "3.8"
|
|
services:
|
|
ombi:
|
|
image: ghcr.io/linuxserver/ombi:latest
|
|
container_name: ombi
|
|
network_mode: HTPC
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=Europe/Amsterdam
|
|
volumes:
|
|
- ombi_data:/config
|
|
ports:
|
|
- 3579:3579
|
|
restart: unless-stopped
|
|
labels:
|
|
- com.centurylinklabs.watchtower.enable=true
|
|
|
|
volumes:
|
|
ombi_data: |