mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
11 lines
165 B
YAML
11 lines
165 B
YAML
version: "3.8"
|
|
services:
|
|
gogs:
|
|
image: gogs/gogs
|
|
ports:
|
|
- "2222:22"
|
|
- "3000:3000"
|
|
volumes:
|
|
- ./data:/data
|
|
restart: unless-stopped
|