This commit is contained in:
xis 2023-10-13 20:33:16 +02:00
parent 9be7c7e5d9
commit 6a142badf4
2 changed files with 0 additions and 13 deletions

4
a.sh
View file

@ -1,4 +0,0 @@
while :; do
echo "hello"
sleep 1
done

9
run.sh
View file

@ -1,9 +0,0 @@
docker run -d \
--name="nextcloud-dlna" \
--net=host \
-e NEXTCLOUD_DLNA_INTERFACE=en0 \
-e NEXTCLOUD_DB_HOST='192.168.0.88' \
-e NEXTCLOUD_DB_PASS='p4szt3t!' \
-v '/Users/xis/projects/playground/docker/nextcloud/app/data:/nextcloud' \
-e NEXTCLOUD_DATA_DIR=/nextcloud \
nextcloud-dlna