app(overseerr): switch to linuxserver image and ghcr (#2755)
This commit is contained in:
parent
ee4944d99d
commit
f2d0ba6f42
|
@ -5,7 +5,7 @@
|
|||
"exposable": true,
|
||||
"port": 8116,
|
||||
"id": "overseerr",
|
||||
"tipi_version": 8,
|
||||
"tipi_version": 9,
|
||||
"version": "1.33.2",
|
||||
"categories": [
|
||||
"media",
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
version: "3"
|
||||
services:
|
||||
overseerr:
|
||||
container_name: overseerr
|
||||
image: sctx/overseerr:1.33.2
|
||||
image: ghcr.io/linuxserver/overseerr:v1.33.2
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/app/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ${APP_DATA_DIR}/data/config:/config
|
||||
ports:
|
||||
- ${APP_PORT}:5055
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue
Block a user