mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-09 23:37:58 +00:00
use long syntax for port publishing
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
40b2e014fb
commit
84333607e8
4 changed files with 16 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue