Cloud VM #7

Merged
cyclane merged 35 commits from cloud-vm into main 2023-09-26 19:50:12 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 50994b700b - Show all commits

View File

@ -101,8 +101,8 @@
- debian-12
- managed
onboot: true
cores: 8
memory: 16384
cores: 16
memory: 32768
- name: Retart VM
community.general.proxmox_kvm:

View File

@ -10,6 +10,8 @@ docker run \
--restart unless-stopped \
--publish 8080:8080 \
--env NEXTCLOUD_DATADIR=/mnt/data/nextcloud \
--env NEXTCLOUD_UPLOAD_LIMIT=16G \
--env NEXTCLOUD_MAX_TIME=7200 \
--env APACHE_PORT=11000 \
--env APACHE_IP_BINDING=0.0.0.0 \
--env TZ=Europe/London \