mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
upgrade rinetd to 0.73
This commit is contained in:
parent
f041b45bf9
commit
223b2dbebb
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user