Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
content:serverbasics:docker-mariadb [2025/03/29 19:46] – Daniel | content:serverbasics:docker-mariadb [2025/06/05 21:40] (aktuell) – [STOP] Daniel | ||
---|---|---|---|
Zeile 18: | Zeile 18: | ||
When you link the native mariadb- Socket to the services like this, you will be able to use Mariadb: | When you link the native mariadb- Socket to the services like this, you will be able to use Mariadb: | ||
- | < | ||
+ | < | ||
volumes: | volumes: | ||
#Bind mount: Socketfile needs to be definied by full filename, not only path! | #Bind mount: Socketfile needs to be definied by full filename, not only path! | ||
Zeile 27: | Zeile 27: | ||
Or you can use Port 3306 and as host your servername (NOT localhost). | Or you can use Port 3306 and as host your servername (NOT localhost). | ||
+ | |||
+ | So stop reading here, maybe only adjusting your local mariadb with these values beneath, thats all. | ||
+ | |||
===== Create Socket in tmpfs ===== | ===== Create Socket in tmpfs ===== |