upgrade rinetd to 0.73

This commit is contained in:
kev 2023-03-17 11:47:02 +08:00
parent f041b45bf9
commit 223b2dbebb
3 changed files with 20 additions and 16 deletions

View File

@ -2,11 +2,11 @@
# Dockerfile for rinetd
#
FROM alpine
MAINTAINER kev <noreply@easypi.pro>
FROM alpine:3
MAINTAINER EasyPi Software Foundation
ENV RINETD_VERSION 0.70
ENV RINETD_URL https://github.com/samhocevar/rinetd/releases/download/v${RINETD_VERSION}/rinetd-${RINETD_VERSION}.tar.gz
ARG RINETD_VERSION=0.73
ARG RINETD_URL=https://github.com/samhocevar/rinetd/releases/download/v${RINETD_VERSION}/rinetd-${RINETD_VERSION}.tar.gz
RUN set -xe \
&& apk add --no-cache build-base curl tar \

View File

@ -8,12 +8,14 @@ servers, firewalls and the like.
## docker-compose.yml
```yaml
rinetd:
image: vimagick/rinetd
volumes:
- ./data:/etc/rinetd
net: host
restart: always
version: "3.8"
services:
rinetd:
image: vimagick/rinetd
volumes:
- ./data:/etc/rinetd
network_mode: host
restart: unless-stopped
```
## up and running

View File

@ -1,6 +1,8 @@
rinetd:
image: vimagick/rinetd
volumes:
- ./data:/etc/rinetd
net: host
restart: always
version: "3.8"
services:
rinetd:
image: vimagick/rinetd
volumes:
- ./data:/etc/rinetd
network_mode: host
restart: unless-stopped