mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: add all profile to realdebrid-account-monitor and remove pull policy
This commit is contained in:
@@ -2,7 +2,6 @@ services:
|
||||
realdebrid-account-monitor:
|
||||
build:
|
||||
context: .
|
||||
pull_policy: build
|
||||
image: realdebrid-account-monitor
|
||||
container_name: realdebrid-account-monitor
|
||||
env_file:
|
||||
@@ -11,6 +10,7 @@ services:
|
||||
- ${DOCKER_DATA_DIR}/realdebrid-account-monitor:/app/data
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
- all
|
||||
- realdebrid-account-monitor
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user