mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
fix expose from parent
This commit is contained in:
parent
5237215bf0
commit
8f8bdcbefa
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- sentrypeer_local
|
- sentrypeer_local
|
||||||
ports:
|
ports:
|
||||||
- "5060-5069:5060/udp"
|
- "5060:5060/udp"
|
||||||
# - "127.0.0.1:8082:8082"
|
# - "127.0.0.1:8082:8082"
|
||||||
image: "dtagdevsec/sentrypeer:2203"
|
image: "dtagdevsec/sentrypeer:2203"
|
||||||
read_only: true
|
read_only: true
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
FROM redis:alpine
|
FROM alpine:3.15
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
ADD dist/ /root/dist/
|
ADD dist/ /root/dist/
|
||||||
#
|
#
|
||||||
# Setup apk and redis
|
# Setup apk and redis
|
||||||
RUN apk -U --no-cache add shadow && \
|
RUN apk -U --no-cache add redis shadow && \
|
||||||
cp /root/dist/redis.conf /etc && \
|
cp /root/dist/redis.conf /etc && \
|
||||||
#
|
#
|
||||||
# Setup user and group
|
# Setup user and group
|
||||||
|
|
Loading…
Reference in a new issue