moved all files up a folder
This commit is contained in:
17
docker/individual-docker-compose-files/notused/ombi-docker-compose.yml
Executable file
17
docker/individual-docker-compose-files/notused/ombi-docker-compose.yml
Executable file
@@ -0,0 +1,17 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
ombi:
|
||||
container_name: ombi
|
||||
hostname: ombi
|
||||
image: linuxserver/ombi:latest
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/Chicago
|
||||
ports:
|
||||
- 3579:3579/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/ombi/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
Reference in New Issue
Block a user