15 lines
275 B
YAML
15 lines
275 B
YAML
services:
|
|
opengist:
|
|
image: ghcr.io/thomiceli/opengist:1.9
|
|
container_name: opengist
|
|
restart: unless-stopped
|
|
networks:
|
|
- reverseproxy
|
|
ports:
|
|
- 6157:6157
|
|
volumes:
|
|
- ./opengist:/opengist"
|
|
|
|
networks:
|
|
reverseproxy:
|
|
external: true |