1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 01:08:37 +00:00
dockerfiles/opengist/docker-compose.yml

11 lines
196 B
YAML
Raw Permalink Normal View History

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