Removed an unworkable volume mount

This commit is contained in:
2025-12-06 10:38:05 -05:00
parent 745ffa80f2
commit 3220afa80a

View File

@@ -25,7 +25,6 @@ services:
- frontend
volumes:
- ~/.storage/containers/gitea.vol:/data
- /home/git/.ssh:/data/git/.ssh
- /etc/localtime:/etc/localtime:ro
ports:
- 0.0.0.0:3000:3000