just mount to docker
This commit is contained in:
		@@ -35,14 +35,8 @@
 | 
				
			|||||||
    - name: Mount data partition
 | 
					    - name: Mount data partition
 | 
				
			||||||
      ansible.posix.mount:
 | 
					      ansible.posix.mount:
 | 
				
			||||||
        src: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
 | 
					        src: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
 | 
				
			||||||
        path: /mnt/data
 | 
					        path: /var/lib/docker
 | 
				
			||||||
        fstype: ext4
 | 
					        fstype: ext4
 | 
				
			||||||
        opts: rw,errors=remount-ro,x-systemd.growfs
 | 
					        opts: rw,errors=remount-ro,x-systemd.growfs
 | 
				
			||||||
        state: mounted
 | 
					        state: mounted
 | 
				
			||||||
      become: true
 | 
					      become: true
 | 
				
			||||||
    - name: Set data partition permissions
 | 
					 | 
				
			||||||
      ansible.builtin.file:
 | 
					 | 
				
			||||||
        path: /mnt/data
 | 
					 | 
				
			||||||
        owner: debian
 | 
					 | 
				
			||||||
        group: debian
 | 
					 | 
				
			||||||
      become: true
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,6 @@ docker run \
 | 
				
			|||||||
--name nextcloud-aio-mastercontainer \
 | 
					--name nextcloud-aio-mastercontainer \
 | 
				
			||||||
--restart unless-stopped \
 | 
					--restart unless-stopped \
 | 
				
			||||||
--publish 8080:8080 \
 | 
					--publish 8080:8080 \
 | 
				
			||||||
--env NEXTCLOUD_DATADIR=/mnt/data/nextcloud \
 | 
					 | 
				
			||||||
--env NEXTCLOUD_UPLOAD_LIMIT=16G \
 | 
					--env NEXTCLOUD_UPLOAD_LIMIT=16G \
 | 
				
			||||||
--env NEXTCLOUD_MAX_TIME=7200 \
 | 
					--env NEXTCLOUD_MAX_TIME=7200 \
 | 
				
			||||||
--env APACHE_PORT=11000 \
 | 
					--env APACHE_PORT=11000 \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user