First version
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FROM ubuntu:latest
|
||||
LABEL authors="stephane.david"
|
||||
|
||||
ENTRYPOINT ["top", "-b"]
|
||||
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
whisparr:
|
||||
container_name: whisparr
|
||||
image: ghcr.io/hotio/whisparr
|
||||
ports:
|
||||
- "6969:6969"
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- UMASK=002
|
||||
- TZ=Etc/Paris
|
||||
volumes:
|
||||
- /var/lib/docker/volumes/whisparr/config:/config
|
||||
- /var/lib/docker/volumes/whisparr/data:/data
|
||||
Reference in New Issue
Block a user