mirror of
https://github.com/nicolabs/git-server-docker.git
synced 2026-04-11 00:15:00 +02:00
Update README.md
Info about docker-compose
This commit is contained in:
parent
574985da34
commit
1acc99a94c
|
|
@ -42,3 +42,9 @@ How upload quickly a public key to host volume:
|
||||||
How to make the image:
|
How to make the image:
|
||||||
|
|
||||||
$ docker build -t git-server-docker .
|
$ docker build -t git-server-docker .
|
||||||
|
|
||||||
|
### Docker-Compose
|
||||||
|
|
||||||
|
You can edit docker-compose.yml and run this container with docker-compose:
|
||||||
|
|
||||||
|
$ docker-compose up -d
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue