updated emby, also removed watchtower line from cdpdev so that it does not count in my grafana dashboard as being updated (or running)
This commit is contained in:
@@ -145,7 +145,7 @@ services:
|
||||
emby:
|
||||
container_name: emby
|
||||
# image: emby/embyserver:latest
|
||||
image: emby/embyserver:4.9.0.44
|
||||
image: emby/embyserver:4.9.0.45
|
||||
restart: always
|
||||
network_mode: host
|
||||
environment:
|
||||
@@ -1176,7 +1176,6 @@ services:
|
||||
- CLIENT_URL=https://cdp.dev.depaoli.id.au
|
||||
- SERVER_PORT=3001
|
||||
labels:
|
||||
- "com.centurylinklabs.watchtower.enable=false"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.cdpdev.rule=Host(`cdp.dev.depaoli.id.au`)"
|
||||
- "traefik.http.routers.cdpdev.tls=true"
|
||||
|
||||
Reference in New Issue
Block a user