mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #896] Error with ghcr.io/linuxserver/mariadb #758
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#758
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 @LogicalUnit on GitHub (Feb 17, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/896
Hello, I am trying to set up a reverse proxy on my Raspberry Pi 4. I am using Open Media Vault and Portainer. Nginx Reverse Proxy Manager works just fine with MariaDB when I run the database as a normal service installed with apt-get. However, when I try to use the MariaDB container provided by the linuxserver group, I get an error related to applying the initial database migrations. I can connect to the MariaDB container from the command line, and create new schemas and tables, etc.
Here is the error I get when trying to start the Nginx Reverse Proxy container:
Here is a copy of my config file
Any help is appreciated. Thanks
@chaptergy commented on GitHub (May 25, 2021):
It seems
ghcr.io/linuxserver/mariadbdoes not support JSON data types. Have a look over at issue https://github.com/jc21/nginx-proxy-manager/issues/212, specifically the link in https://github.com/jc21/nginx-proxy-manager/issues/212#issuecomment-839744608. Use the db docker image suggested there, that seems to work for others.