publish sql port
All checks were successful
Deploy Containers / Prepare (push) Successful in 21s

This commit is contained in:
2025-11-26 23:40:29 -05:00
parent 71b1939f98
commit 04ee0f97e7

View File

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