Skip to content

Commit

Permalink
Updated Dockerfiles for TCP support (cf. uhppoted/uhppote-core#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed May 7, 2024
1 parent 99057c6 commit 324ab00
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Binary file modified docker/compose.zip
Binary file not shown.
1 change: 1 addition & 0 deletions docker/compose/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- uhppoted:/usr/local/etc/uhppoted
ports:
- "60000:60000/udp"
- "60000:60000"
- "8000:8000"

volumes:
Expand Down
1 change: 1 addition & 0 deletions docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM alpine

EXPOSE 8000
EXPOSE 60000/udp
EXPOSE 60000/tcp

RUN mkdir -p /opt/uhppote
RUN mkdir -p /usr/local/etc/uhppoted/simulator
Expand Down
1 change: 1 addition & 0 deletions docker/ghcr/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ LABEL org.opencontainers.image.description Simulator for UHPPOTE access controll

EXPOSE 8000
EXPOSE 60000/udp
EXPOSE 60000/tcp

RUN mkdir -p /opt/uhppoted
RUN mkdir -p /usr/local/etc/uhppoted/simulator
Expand Down

0 comments on commit 324ab00

Please sign in to comment.