Update Random_Containers/watcharr/compose.yaml
This commit is contained in:
@@ -2,9 +2,14 @@ services:
|
|||||||
watcharr:
|
watcharr:
|
||||||
image: ghcr.io/sbondco/watcharr:latest
|
image: ghcr.io/sbondco/watcharr:latest
|
||||||
container_name: watcharr
|
container_name: watcharr
|
||||||
ports:
|
#ports:
|
||||||
- 3080:3080
|
# - 3080:3080
|
||||||
volumes:
|
volumes:
|
||||||
# Contains all of watcharr data (database & cache)
|
# Contains all of watcharr data (database & cache)
|
||||||
- /srv/docker/watcharr/data:/data
|
- /srv/docker/watcharr/data:/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
external: true
|
||||||
|
name: nginx
|
||||||
Reference in New Issue
Block a user