removed excess volume mounts

This commit is contained in:
2025-03-25 22:35:40 -05:00
parent 0025f972b3
commit 132bf416ae

View File

@@ -10,8 +10,6 @@ services:
- reverseproxy
volumes:
- ./gitea:/data
- ./config:/etc/gitea
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- 3001:3000