Cloud VM #7
|
@ -37,6 +37,7 @@
|
|||
src: /dev/disk/by-path/pci-0000:00:05.0-scsi-0:0:0:1-part1
|
||||
path: /mnt/data
|
||||
fstype: ext4
|
||||
opts: rw,errors=remount-ro,x-systemd.growfs
|
||||
state: mounted
|
||||
become: true
|
||||
- name: Set data partition permissions
|
||||
|
|
|
@ -2,4 +2,5 @@ version: "3"
|
|||
|
||||
services:
|
||||
test:
|
||||
image: nginx
|
||||
image: nginx
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue