From 1a249d0b57d3928c2c812f68fbeecda3054fd671 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Sat, 30 Jul 2022 13:53:17 +0200 Subject: [PATCH] Rename gitea container in cp command --- gitea.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea.sh b/gitea.sh index ffac6e6..0deb960 100644 --- a/gitea.sh +++ b/gitea.sh @@ -1,6 +1,6 @@ pre() { docker exec -t -u git gitea-gitea-1 bash -c "/app/gitea/gitea dump -c /data/gitea/conf/app.ini --file /tmp/gitea-dump.zip" - docker cp gitea_gitea_1:/tmp/gitea-dump.zip /tmp/gitea-dump.zip + docker cp gitea-gitea-1:/tmp/gitea-dump.zip /tmp/gitea-dump.zip } post() {