mirror of
https://github.com/nicolabs/git-server-docker.git
synced 2026-02-22 18:45:55 +01:00
added docker-compose.yml
This commit is contained in:
parent
580b5af1d8
commit
574985da34
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
version: '2'
|
||||
|
||||
services:
|
||||
|
||||
git-server:
|
||||
#image: jkarlos/git-server-docker
|
||||
build: .
|
||||
restart: always
|
||||
container_name: git-server
|
||||
ports:
|
||||
- "2222:22"
|
||||
volumes:
|
||||
- /home/jkarlos/git-server/keys:/git-server/keys
|
||||
- /home/jkarlos/git-server/repos:/git-server/repos
|
||||
|
||||
Loading…
Reference in a new issue