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: image:
name: mariadb name: mariadb
tag: latest tag: latest
published_ports: networks:
- "3306:3306" - name: "{{ docker_network_name }}"
volumes: volumes:
- "{{ data_dir }}/db:/var/lib/mysql" - "{{ data_dir }}/db:/var/lib/mysql"
- "{{ data_dir }}/db/etc:/etc/mysql" - "{{ data_dir }}/db/etc:/etc/mysql"

View File

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