Update install.sh

This commit is contained in:
RomanNum3ral 2024-07-23 09:38:52 -04:00 committed by GitHub
parent 947b0d43df
commit a4309ab80e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ sudo docker run \
--sig-proxy=false \
--name nextcloud-aio-mastercontainer \
--restart always \
--publish 81:80 \
--publish 8081:8080 \
--publish 80:80 \
--publish 8080:8080 \
--publish 8443:8443 \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock:ro \