use long syntax for port publishing

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-08-26 12:21:56 +02:00
parent 40b2e014fb
commit 84333607e8
4 changed files with 16 additions and 16 deletions

View file

@ -4,9 +4,9 @@ If you want to switch to the develop channel, you simply stop and delete the mas
sudo docker run -it \
--name nextcloud-aio-mastercontainer \
--restart always \
-p 80:80 \
-p 8080:8080 \
-p 8443:8443 \
--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 \
nextcloud/all-in-one:develop