34.6 Persisting images to EC2 filesystem (#34, #32)

This commit is contained in:
Art
2021-09-26 16:12:36 +03:00
parent 947fe1da74
commit df9836ef27
2 changed files with 28 additions and 0 deletions

View File

@ -192,6 +192,11 @@
<restartPolicy>
<name>always</name>
</restartPolicy>
<volumes>
<bind>
<volume>/home/ec2-user/supportportal:/root/supportportal</volume>
</bind>
</volumes>
</run>
</image>
</images>