mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
Update Dockerfile
This commit is contained in:
@@ -35,4 +35,11 @@ RUN chmod +x /app/script/docker/entrypoint.sh
|
||||
# RUN useradd -m appuser && usermod -a -G dialout appuser
|
||||
# USER appuser
|
||||
|
||||
# Expose Meshtastic TCP API port from the host
|
||||
EXPOSE 4403
|
||||
# Expose Meshtastic Web UI port from the host
|
||||
EXPOSE 9443
|
||||
# Meshing Around Web Dashboard port
|
||||
EXPOSE 8420
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "/app/script/docker/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user