From 6f4ede5c5f91ac1c4c1e35e211ac229c2189fb84 Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Thu, 27 Jan 2022 21:58:22 +0100 Subject: [PATCH] Fix gitea data dir --- pottwal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pottwal.yml b/pottwal.yml index 9164937..58d3c61 100644 --- a/pottwal.yml +++ b/pottwal.yml @@ -61,7 +61,7 @@ USER_UID=1000 USER_GID=1000 volumes: - - "/srv/docker/gitea:/data:rw" + - "/srv/data/gitea:/data:rw" - name: Setup proxy site gitea.n39.eu include_role: