Skip to content

Commit 5c42983

Browse files
committed
remove more quotes
1 parent d7805c4 commit 5c42983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.dokploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
restart: no
4545
environment:
4646
# relations will not be scanned when making a backup
47-
- TARGET_TABLES="account,clan,app_configuration,application_command,user,user_connection,user_subscription,user_content,user_restriction,moderation_request,widget_settings"
47+
- TARGET_TABLES=account,clan,app_configuration,application_command,user,user_connection,user_subscription,user_content,user_restriction,moderation_request,widget_settings
4848
- DATABASE_URL=postgresql://${DATABASE_USER}:${DATABASE_PASSWORD}@${DATABASE_HOST}/${DATABASE_NAME}?sslmode=disable
4949
- S3_BUCKET=${DATABASE_BACKUP_S3_BUCKET}
5050
- ENDPOINT_URL=${DATABASE_BACKUP_ENDPOINT_URL}

0 commit comments

Comments
 (0)