Disable SSH service by default

I think I am going to remove this in a future update.
For now I will just disable it by default and remove it from any templates.
This commit is contained in:
Josh.5
2022-10-04 09:23:39 +13:00
committed by Josh Sunnex
parent 7b620c7918
commit 4441b79b1e
4 changed files with 5 additions and 8 deletions

View File

@@ -473,12 +473,11 @@ ENV \
# Configure required ports
ENV \
PORT_SSH="2222" \
PORT_SSH="" \
PORT_NOVNC_WEB="8083" \
NEKO_NAT1TO1=""
# Expose the required ports
EXPOSE 2222
EXPOSE 8083
# Set entrypoint