We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b29936 commit 3aaf3a3Copy full SHA for 3aaf3a3
mistserver/compose.yaml
@@ -1,10 +1,10 @@
1
services:
2
- mistserver:
3
- image: ddvtech/mistserver_alpine_minimal
4
- container_name: mistserver
5
- volumes:
6
- - /PATH/TO/CONFIG/config.json:/config.json
7
- - /PATH/TO/VIDEOFOLDER:/video
8
- shm_size: '2gb'
9
- network_mode: 'host'
10
- restart: always
+ mistserver:
+ image: ddvtech/mistserver_alpine_minimal
+ container_name: mistserver
+ volumes:
+ - /PATH/TO/CONFIG/config.json:/config.json
+ - /PATH/TO/VIDEOFOLDER:/video
+ shm_size: '2gb'
+ network_mode: 'host'
+ restart: always
0 commit comments