add volume

This commit is contained in:
Andreas Knuth 2026-02-02 13:13:07 -06:00
parent c4d8e980da
commit 69af529410
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
volumes: volumes:
- gitea-data:/data - gitea-data:/data
#- ./gitea/gitea-ssh:/data/git/.ssh #- ./gitea/gitea-ssh:/data/git/.ssh
- /home/git/.ssh/:/data/git/.ssh #- /home/git/.ssh/:/data/git/.ssh
ports: ports:
- "3500:3500" - "3500:3500"
- "2222:22" - "2222:22"