11 lines
231 B
YAML
11 lines
231 B
YAML
|
services:
|
||
|
#########################
|
||
|
freezer:
|
||
|
build: .
|
||
|
image: git.shihaam.dev/dockerfiles/freezer
|
||
|
volumes:
|
||
|
- $PWD/Downloads:/root/FreezerMusic
|
||
|
ports:
|
||
|
- 10069:10069
|
||
|
restart: always
|