mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-09 17:04:06 +01:00
Delete docker-compose.yml
deprecated image
This commit is contained in:
parent
c02f750915
commit
0e7703d998
@ -1,15 +0,0 @@
|
|||||||
version: "2.1"
|
|
||||||
services:
|
|
||||||
nzbget:
|
|
||||||
image: lscr.io/linuxserver/nzbget:latest
|
|
||||||
container_name: nzbget
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=America/Chicago
|
|
||||||
volumes:
|
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nzbget/config:/config
|
|
||||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nzbget/downloads:/downloads
|
|
||||||
ports:
|
|
||||||
- 6789:6789
|
|
||||||
restart: unless-stopped
|
|
||||||
Loading…
x
Reference in New Issue
Block a user