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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user