volume added
This commit is contained in:
parent
2e4653896d
commit
1db4bd5088
|
|
@ -18,7 +18,8 @@ services:
|
||||||
- bizmatch
|
- bizmatch
|
||||||
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
|
||||||
ports:
|
ports:
|
||||||
- "3500:3500"
|
- "3500:3500"
|
||||||
- "2222:22"
|
- "2222:22"
|
||||||
|
|
@ -41,4 +42,4 @@ networks:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
gitea-data:
|
gitea-data:
|
||||||
gitea-db:
|
gitea-db:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue