1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/opengist/docker-compose.yml

11 lines
196 B
YAML
Raw Normal View History

2024-05-08 15:25:05 +08:00
version: "3.8"
services:
opengist:
image: ghcr.io/thomiceli/opengist:1.7
ports:
- "2222:2222"
- "6157:6157"
volumes:
- ./data:/opengist
restart: unless-stopped