Docker scripts.

This commit is contained in:
2020-02-16 21:38:24 +00:00
parent c3082e10a8
commit 5a8cb9946f
2 changed files with 19 additions and 0 deletions

7
bin/docker-nextcloud.sh Executable file
View File

@@ -0,0 +1,7 @@
sudo docker run \
--name nextcloud \
-d \
--publish 8090:80 \
--restart always \
--volume /srv/nextcloud:/var/www/html \
nextcloud