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:
8
gogs/docker-compose.yml
Normal file
8
gogs/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
gogs:
|
||||
image: gogs/gogs
|
||||
ports:
|
||||
- "22:22"
|
||||
- "80:3000"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
restart: always
|
||||
Reference in New Issue
Block a user