docker run \
-v /path/to/config:/config \
-v /tmp/xteve:/tmp/xteve \
-p 34400:34400 \
-u 1000:1000 \
vwdubb/xteve:latest
version: '3'
services:
xteve:
image: vwdubb/xteve:latest
ports:
- "34400:34400"
volumes:
- "/path/to/config:/config"
- "/tmp/xteve:/tmp/xteve"
user: 1000:1000
Content type
Image
Digest
sha256:0470f1f60…
Size
102.9 MB
Last updated
almost 2 years ago
docker pull vwdubb/xteve