This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
"readOnly": false,
|
||||
"shared": false,
|
||||
"private": false
|
||||
},
|
||||
{
|
||||
"hostPath": "/etc/runtipi/repos/runtipi/apps/rego-tunnel-linux/source",
|
||||
"containerPath": "/config",
|
||||
"readOnly": true,
|
||||
"shared": false,
|
||||
"private": false
|
||||
}
|
||||
],
|
||||
"devices": [
|
||||
|
||||
@@ -14,6 +14,7 @@ services:
|
||||
- ${NOVNC_PORT}:8806
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/data
|
||||
- /etc/runtipi/repos/runtipi/apps/rego-tunnel-linux/source:/config:ro
|
||||
labels:
|
||||
generated: true
|
||||
traefik.enable: true
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
FROM ubuntu:24.04
|
||||
ENV DEBIAN_FRONTEND=noninteractive \
|
||||
VNC_PASSWORD="vpnpass" \
|
||||
NOVNC_PORT=8806
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
iproute2 iptables ca-certificates \
|
||||
|
||||
Reference in New Issue
Block a user