mirror of
https://github.com/linuxserver/docker-sonarr.git
synced 2026-04-20 00:01:33 +08:00
14 lines
222 B
Docker
14 lines
222 B
Docker
FROM lsiobase/mono
|
||
MAINTAINER sparklyballs
|
||
|
||
# environment settings
|
||
ARG DEBIAN_FRONTEND="noninteractive"
|
||
ENV XDG_CONFIG_HOME="/config/xdg"
|
||
|
||
# copy local files
|
||
COPY root/ /
|
||
|
||
# ports and volumes
|
||
EXPOSE 8989
|
||
VOLUME /config
|