8 lines
155 B
Bash
Executable File
8 lines
155 B
Bash
Executable File
sudo docker run \
|
|
--name nextcloud \
|
|
-d \
|
|
--publish 8090:80 \
|
|
--restart always \
|
|
--volume /srv/nextcloud:/var/www/html \
|
|
nextcloud
|