remove ytptube service from compose file
This commit is contained in:
@@ -116,18 +116,18 @@ services:
|
|||||||
- 9696:9696
|
- 9696:9696
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
ytptube:
|
# ytptube:
|
||||||
user: "${PUID:-1000}:${PGID:-1000}" # change this to your user id and group id, for example: "1000:1000"
|
# user: "${PUID:-1000}:${PGID:-1000}" # change this to your user id and group id, for example: "1000:1000"
|
||||||
image: ghcr.io/arabcoders/ytptube:latest
|
# image: ghcr.io/arabcoders/ytptube:latest
|
||||||
container_name: ytptube
|
# container_name: ytptube
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
ports:
|
# ports:
|
||||||
- "8581:8081"
|
# - "8581:8081"
|
||||||
volumes:
|
# volumes:
|
||||||
- ${CONFIG_PATH}/ytptube:/config
|
# - ${CONFIG_PATH}/ytptube:/config
|
||||||
- ${DATA_PATH}/media/youtube:/downloads
|
# - ${DATA_PATH}/media/youtube:/downloads
|
||||||
tmpfs:
|
# tmpfs:
|
||||||
- /tmp
|
# - /tmp
|
||||||
|
|
||||||
profilarr:
|
profilarr:
|
||||||
image: santiagosayshey/profilarr:latest # Use :beta for early access to new features
|
image: santiagosayshey/profilarr:latest # Use :beta for early access to new features
|
||||||
|
|||||||
Reference in New Issue
Block a user