From db1bd0399b06a8e945bfe7bf5a2f54194616fe34 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 6 Jan 2026 22:47:54 +0100 Subject: [PATCH] build --- duplicati/docker-compose.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/duplicati/docker-compose.yml b/duplicati/docker-compose.yml index acd584b..3e56be6 100644 --- a/duplicati/docker-compose.yml +++ b/duplicati/docker-compose.yml @@ -5,4 +5,8 @@ services: - data:/data environment: SETTINGS_ENCRYPTION_KEY: "l4c1j4yd33Du5lo" - DUPLICATI__WEBSERVICE_PASSWORD: "l4c1j4yd33Du5lo" \ No newline at end of file + DUPLICATI__WEBSERVICE_PASSWORD: "l4c1j4yd33Du5lo" + ports: + - 8200:8200 +volumes: + data: \ No newline at end of file