16 lines
291 B
YAML
16 lines
291 B
YAML
version: '3'
|
|
|
|
services:
|
|
ombi:
|
|
container_name: ombi
|
|
image: lscr.io/linuxserver/ombi:latest
|
|
environment:
|
|
- PUID=${PUID}
|
|
- PGID=${PGID}
|
|
- TZ=${TZ}
|
|
ports:
|
|
- 3579:3579
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ${DOCKERCONFIGS}/ombi/config:/config
|