2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add docker-compose.yml for gogs

This commit is contained in:
kev
2016-04-25 16:34:42 +08:00
parent be2562a05f
commit 6d65a8feea
3 changed files with 36 additions and 0 deletions

8
gogs/docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
gogs:
image: gogs/gogs
ports:
- "22:22"
- "80:3000"
volumes:
- ./data:/data
restart: always