Actualiser docker-compose/arr/docker-compose.yml
This commit is contained in:
parent
5ed0491a8b
commit
b205a25bf2
@ -91,7 +91,7 @@ services:
|
|||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/overseerr:/config # Vérifie si tu utilisais ce chemin
|
- /opt/overseerr/config:/config
|
||||||
ports:
|
ports:
|
||||||
- 5055:5055
|
- 5055:5055
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -109,7 +109,7 @@ services:
|
|||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=Europe/Paris
|
- TZ=Europe/Paris
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/agregarr:/config # Vérifie si tu utilisais ce chemin
|
- /opt/agregarr:/app/config
|
||||||
ports:
|
ports:
|
||||||
- 7171:7171
|
- 7171:7171
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user