Create docker-compose.yml

docker
TheHumanRobot 3 years ago committed by GitHub
parent 74b1c3bd39
commit eef06f4a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,9 @@
version: '3.3'
services:
rollarr:
volumes:
- '/path-to-store/data.json:/docker/configs/rollarr/data.json'
- '/path-to-preroll/preroll:/preroll'
ports:
- '3100:3100'
image: rollarr
Loading…
Cancel
Save