This commit is contained in:
H3XploR
2025-07-08 18:00:20 +02:00
parent e6b9328cf5
commit 3b6d0a29ec
5 changed files with 9 additions and 152 deletions
+3 -2
View File
@@ -1,13 +1,14 @@
version: '3'
#PService part
services:
mariadb:
build: ./requirements/mariadb
container_name: mariadb
restart: always
volumes:
- db:/var/lib/mysql
env_file: .env
- db:/var/lib/mysql
env_file: .env
networks:
- inception