mirror of
https://github.com/linuxserver/docker-tautulli.git
synced 2026-02-20 01:07:48 +08:00
10 lines
140 B
Docker
10 lines
140 B
Docker
FROM lsiobase/alpine.python
|
||
MAINTAINER sparklyballs
|
||
|
||
# add local files
|
||
COPY root/ /
|
||
|
||
# ports and volumes
|
||
VOLUME /config /logs
|
||
EXPOSE 8181
|