[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
271c6db31b
commit
ccfc974bf1
1 changed files with 6 additions and 3 deletions
|
|
@ -89,7 +89,8 @@ services:
|
||||||
image: ghcr.io/hotio/radarr:latest
|
image: ghcr.io/hotio/radarr:latest
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
|
expose:
|
||||||
|
- 7878
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config:/config
|
- /app-config:/config
|
||||||
|
|
@ -106,7 +107,8 @@ services:
|
||||||
image: ghcr.io/hotio/radarr:latest
|
image: ghcr.io/hotio/radarr:latest
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
|
expose:
|
||||||
|
- 7878
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config:/config
|
- /app-config:/config
|
||||||
|
|
@ -125,7 +127,8 @@ services:
|
||||||
image: ghcr.io/hotio/radarr:latest
|
image: ghcr.io/hotio/radarr:latest
|
||||||
networks:
|
networks:
|
||||||
- media_network
|
- media_network
|
||||||
|
expose:
|
||||||
|
- 7878
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /app-config:/config
|
- /app-config:/config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue