Merge pull request #5371 from nextcloud/enh/noid/readme

Add docker in readme
This commit is contained in:
Simon L. 2024-10-02 15:50:52 +02:00 committed by GitHub
commit 4b10d77f6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ docker run \
--rm \
--name nextcloud-aio-mastercontainer \
--volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config \
--volume /var/run/docker.sock:/var/run/docker.sock \
nextcloud/all-in-one:latest
```