mirror of
https://github.com/sstent/unifi.git
synced 2025-12-06 06:01:37 +00:00
remove exposing mongodb port as unifi binds mongo only to localhost,
add --restart_always option
This commit is contained in:
@@ -60,10 +60,10 @@ $DOCKER run $RUN \
|
||||
-v "${SHARED_DIR}/logs":/logs \
|
||||
--hostname $VMNAME \
|
||||
--name ${VMNAME} \
|
||||
--restart=always \
|
||||
-p :8080:8080 \
|
||||
-p 8880:8880 \
|
||||
-p 8443:8443 \
|
||||
-p 37117:27117 \
|
||||
$DOCKER_USER/$VMNAME $1 " >starter
|
||||
if [ "$OSTYPE" = "msys" ]; then
|
||||
mv starter starter.ps1
|
||||
|
||||
Reference in New Issue
Block a user