Skip to content

Instantly share code, notes, and snippets.

@jby
Created February 18, 2020 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jby/6a350743a49a92a3bb304801522a5a53 to your computer and use it in GitHub Desktop.
Save jby/6a350743a49a92a3bb304801522a5a53 to your computer and use it in GitHub Desktop.
version: "3"
services:
jackett:
container_name: jackett
cpu_shares: 50
entrypoint:
- /init
environment:
- PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
- HOME=/root
- LANGUAGE=en_US.UTF-8
- LANG=en_US.UTF-8
- TERM=xterm
- XDG_DATA_HOME=/config
- XDG_CONFIG_HOME=/config
hostname: jackett
image: linuxserver/jackett:latest
ipc: shareable
labels:
build_version: 'Linuxserver.io version:- v0.13.127-ls54 Build-date:- 2020-02-17T05:07:21+00:00'
maintainer: thelamer
logging:
driver: db
options: {}
mac_address: 02:42:ac:11:00:03
networks:
bridge:
aliases:
ports:
- 0.0.0.0:9117:9117/tcp
restart: always
stdin_open: true
tty: true
volumes:
- /volume1/docker/jackett-config:/config:rw
networks:
bridge:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment