Sign inSign up

vwdubb/xteve

By vwdubb

Updated almost 2 years ago

Image
0

2.1K

vwdubb/xteve repository overview

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

Tag summary

Content type

Image

Digest

sha256:0470f1f60

Size

102.9 MB

Last updated

almost 2 years ago

docker pull vwdubb/xteve