mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #346] Mariadb #301
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#301
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @raidoo9 on GitHub (Apr 3, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/346
Using Docker for Desktop on Win 10, when composing this:
I get this an error and the container won't run:
However when composing this, no errors, container runs fine and I can log into NPM:
Can NPM work pulling mariadb from official repo or does it need to come from yours?
@miguelwill commented on GitHub (Apr 5, 2020):
yes, it can work with original images of mariadb, or bitnami, etc
in my case I have a 2-system cluster with the master-slave function using the bitnami image, which works without problems
@ionred commented on GitHub (Apr 21, 2020):
For anyone else with this problem, I came across this as well. The latest mariadb even caused this error for me. I ended up pinning mariadb:10.2 and it worked like a charm
@jc21 commented on GitHub (Apr 21, 2020):
Also try
jc21/mariadb-aria:10.4.12as it should forcibly disable innodb.@maltokyo commented on GitHub (Jul 16, 2020):
is the official mariadb docker image supported? I would prefer to use that for long term support needs. Any reason why we "need" to go for jc21/mariadb-aria?
@miguelwill commented on GitHub (Jul 17, 2020):
yes, with the official mariadb as with the bitnami version with replication, so it should work with other mysql/mariadb implementations (with or without the docker, in the configuration file the connection host is indicated)
@maltokyo commented on GitHub (Jul 18, 2020):
Thanks!