This commit is contained in:
H3XploR
2025-06-20 17:38:13 +02:00
parent fb144aadba
commit 488e7cdb8d
+6 -6
View File
@@ -51,15 +51,15 @@ volumes:
wordpress:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '${HOME}/data/wordpress'
type: 'none'
o: 'bind'
device: '${HOME}/data/wordpress'
mariadb:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '${HOME}/data/mariadb'
type: 'none'
o: 'bind'
device: '${HOME}/data/mariadb'
networks:
inception: