This commit is contained in:
H3XploR
2025-06-20 18:55:14 +02:00
parent a20ffcc314
commit 76d68d4407
6 changed files with 24 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -51,13 +51,13 @@ volumes:
driver_opts:
type: 'none'
o: 'bind'
device: '${HOME}/data/wordpress'
device: '/home/null/data/wordpress'
mariadb:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '${HOME}/data/mariadb'
device: '/home/null/data/mariadb'
networks:
inception:
Binary file not shown.