mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
update
This commit is contained in:
parent
0221666cc6
commit
d1a3cd0b48
@ -3,7 +3,7 @@ Description=frp client
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=nobody
|
||||
DynamicUser=yes
|
||||
ExecStart=/usr/local/bin/frpc -c /etc/frp/frpc.ini
|
||||
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/frpc.ini
|
||||
LimitNOFILE=65536
|
||||
|
@ -3,7 +3,7 @@ Description=Frp Client Service
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=nobody
|
||||
DynamicUser=yes
|
||||
ExecStart=/usr/local/bin/frpc -c /etc/frp/%i.ini
|
||||
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/%i.ini
|
||||
LimitNOFILE=65536
|
||||
|
@ -3,7 +3,7 @@ Description=frp server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=nobody
|
||||
DynamicUser=yes
|
||||
ExecStart=/usr/local/bin/frps -c /etc/frp/frps.ini
|
||||
LimitNOFILE=65536
|
||||
RestartSec=5
|
||||
|
@ -5,7 +5,7 @@
|
||||
FROM alpine:3
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ARG FTL_VERSION=v5.25.1
|
||||
ARG FTL_VERSION=v5.25.2
|
||||
ARG FTL_FILE=pihole-FTL-musl-linux-x86_64
|
||||
ARG FTL_GIT=https://github.com/pi-hole
|
||||
ARG FTL_URL=${FTL_GIT}/FTL/releases/download/${FTL_VERSION}/${FTL_FILE}
|
||||
|
@ -5,7 +5,7 @@
|
||||
FROM debian:12-slim
|
||||
MAINTAINER EasyPi Software Foundation
|
||||
|
||||
ARG FTL_VERSION=v5.25.1
|
||||
ARG FTL_VERSION=v5.25.2
|
||||
ARG FTL_FILE=pihole-FTL-aarch64-linux-gnu
|
||||
ARG FTL_GIT=https://github.com/pi-hole
|
||||
ARG FTL_URL=${FTL_GIT}/FTL/releases/download/${FTL_VERSION}/${FTL_FILE}
|
||||
|
Loading…
Reference in New Issue
Block a user