Create Dockerfile.wireguard_router
This commit is contained in:
parent
e44ada451e
commit
22ccb316a5
10
Dockerfile.wireguard_router
Normal file
10
Dockerfile.wireguard_router
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FROM ghcr.io/linuxserver/wireguard
|
||||||
|
MAINTAINER Team Lixo <lixonet@team.lixo>
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
ADD wireguard/check_wireguard.sh /app
|
||||||
|
|
||||||
|
RUN chmod -R 700 /app && chmod +x /app/check_routes.sh
|
||||||
|
|
||||||
|
USER root
|
||||||
|
CMD ["/app/check_routes.sh"]
|
Loading…
x
Reference in New Issue
Block a user