kopia lustrzana https://github.com/Haxxnet/Compose-Examples
17 wiersze
366 B
YAML
17 wiersze
366 B
YAML
services:
|
|
|
|
ombi:
|
|
image: lscr.io/linuxserver/ombi:latest
|
|
container_name: ombi
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- TZ=UTC/Chicago
|
|
# - BASE_URL=/ombi #optional
|
|
volumes:
|
|
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/ombi/config:/config
|
|
ports:
|
|
- 3579:3579
|
|
expose:
|
|
- 3579
|
|
restart: unless-stopped |