created in wrong directory

pull/1/head
jowj 6 years ago
parent d0b9ff0ca5
commit fe70184d9f

@ -0,0 +1,9 @@
docker create \
--name sonarr \
-p 8989:8989 \
-e PUID=<UID> -e PGID=<GID> \
-e TZ=central \
-v </path/to/appdata>:/config \
-v <path/to/tvseries>:/tv \
-v <path/to/downloadclient-downloads>:/downloads \
linuxserver/sonarr
Loading…
Cancel
Save