brocaar/chirpstack-packet-multiplexer

Publish container on Docker hub

geeks-r-us opened this issue · 2 comments

Hi,

it would be nice if you also could publish this on docker hub.

Thx

Hi,

it would be nice if you also could publish this on docker hub.

Thx

Try this docker-compose.yml

services:
  chirpstack-packet-multiplexer:
    image: brocaar/chirpstack-packet-multiplexer:latest
    build:
      context: https://github.com/brocaar/chirpstack-packet-multiplexer.git
    container_name: chirpstack-packet-multiplexer
    ports:
      - 1700:1700/udp
    volumes:
      - ./config/chirpstack-packet-multiplexer.toml:/etc/chirpstack-packet-multiplexer/chirpstack-packet-multiplexer.toml:ro
    ulimits:
      nofile:
        soft: 64000
        hard: 64000
    restart: unless-stopped

In the meantime, you can use my image. https://hub.docker.com/r/simeononsecurity/chirpstack-packet-multiplexer
I've got it automated to update when needed.