mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
10 lines
171 B
YAML
10 lines
171 B
YAML
|
version: "3.8"
|
||
|
services:
|
||
|
membrane:
|
||
|
image: predic8/membrane:5.6
|
||
|
ports:
|
||
|
- "2000:2000"
|
||
|
volumes:
|
||
|
- ./data:/opt/membrane/conf
|
||
|
restart: unless-stopped
|