double size of vm
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m15s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 1m15s
Details
This commit is contained in:
parent
9605f72366
commit
50994b700b
|
@ -101,8 +101,8 @@
|
||||||
- debian-12
|
- debian-12
|
||||||
- managed
|
- managed
|
||||||
onboot: true
|
onboot: true
|
||||||
cores: 8
|
cores: 16
|
||||||
memory: 16384
|
memory: 32768
|
||||||
|
|
||||||
- name: Retart VM
|
- name: Retart VM
|
||||||
community.general.proxmox_kvm:
|
community.general.proxmox_kvm:
|
||||||
|
|
|
@ -10,6 +10,8 @@ docker run \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
--publish 8080:8080 \
|
--publish 8080:8080 \
|
||||||
--env NEXTCLOUD_DATADIR=/mnt/data/nextcloud \
|
--env NEXTCLOUD_DATADIR=/mnt/data/nextcloud \
|
||||||
|
--env NEXTCLOUD_UPLOAD_LIMIT=16G \
|
||||||
|
--env NEXTCLOUD_MAX_TIME=7200 \
|
||||||
--env APACHE_PORT=11000 \
|
--env APACHE_PORT=11000 \
|
||||||
--env APACHE_IP_BINDING=0.0.0.0 \
|
--env APACHE_IP_BINDING=0.0.0.0 \
|
||||||
--env TZ=Europe/London \
|
--env TZ=Europe/London \
|
||||||
|
|
Loading…
Reference in New Issue