1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/opengist/docker-compose.yml

11 lines
196 B
YAML
Raw Normal View History

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