chirpstack-packet-multiplexer icon indicating copy to clipboard operation
chirpstack-packet-multiplexer copied to clipboard

Publish container on Docker hub

Open geeks-r-us opened this issue 4 years ago • 2 comments

Hi,

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

Thx

geeks-r-us avatar Apr 24 '20 09:04 geeks-r-us

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

joecryptotoo avatar Jan 06 '22 21:01 joecryptotoo

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.

simeononsecurity avatar Jan 05 '24 09:01 simeononsecurity