init
This commit is contained in:
commit
717fb1ac8e
10 changed files with 1139 additions and 0 deletions
5
simple-git-http-server/docker-compose.yml
Normal file
5
simple-git-http-server/docker-compose.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
services:
|
||||
git-httpd:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:80"
|
||||
Loading…
Add table
Add a link
Reference in a new issue