fix permissions
This commit is contained in:
parent
42c79cde51
commit
0fd770c8fe
|
@ -21,5 +21,6 @@ VOLUME ["/config_deemix", "/downloads"]
|
|||
EXPOSE 6595
|
||||
|
||||
COPY root /
|
||||
RUN chmod +x /etc/services.d/*/run
|
||||
VOLUME ["/config", "/music"]
|
||||
EXPOSE 6595 8686
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.4'
|
|||
|
||||
services:
|
||||
lidarr-onsteroids:
|
||||
image: lidarr-on-steroids
|
||||
image: youegraillot/lidarr-on-steroids
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue