fix mariadb
Some checks failed
Deploy Containers / Prepare (push) Failing after 51s

This commit is contained in:
2026-04-20 14:26:03 -04:00
parent 6ae500e55e
commit 6166cbf1ed
2 changed files with 3 additions and 3 deletions

View File

@@ -10,8 +10,8 @@
image:
name: mariadb
tag: latest
published_ports:
- "3306:3306"
networks:
- name: "{{ docker_network_name }}"
volumes:
- "{{ data_dir }}/db:/var/lib/mysql"
- "{{ data_dir }}/db/etc:/etc/mysql"

View File

@@ -21,7 +21,7 @@
- "{{ data_dir }}/romm/config:/romm/config"
- "{{ ROMM_LIBRARY_PATH }}:/romm/library"
env:
DB_HOST: postgres
DB_HOST: mariadb
DB_NAME: romm
DB_USER: rommuser
DB_PASSWD: romm