Questioning my sanity but may have a fix here
This commit is contained in:
parent
331e0d1efb
commit
3009794bd2
@ -182,7 +182,7 @@
|
|||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ postgres_data_directory }}:/var/lib/postgresql/data"
|
- "{{ postgres_data_directory }}:/var/lib/postgresql/data:Z"
|
||||||
quadlet_options:
|
quadlet_options:
|
||||||
- "AutoUpdate=registry"
|
- "AutoUpdate=registry"
|
||||||
- "Pull=newer"
|
- "Pull=newer"
|
||||||
@ -208,7 +208,7 @@
|
|||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ mysql_data_directory }}:/var/lib/mysql"
|
- "{{ mysql_data_directory }}:/var/lib/mysql:Z"
|
||||||
quadlet_options:
|
quadlet_options:
|
||||||
- "AutoUpdate=registry"
|
- "AutoUpdate=registry"
|
||||||
- "Pull=newer"
|
- "Pull=newer"
|
||||||
|
Loading…
Reference in New Issue
Block a user