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

10 lines
171 B
YAML
Raw Normal View History

2024-08-15 12:40:27 +02:00
version: "3.8"
services:
membrane:
image: predic8/membrane:5.6
ports:
- "2000:2000"
volumes:
- ./data:/opt/membrane/conf
restart: unless-stopped