We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f54f8 commit 2463b8cCopy full SHA for 2463b8c
Dockerfile
@@ -46,7 +46,9 @@ RUN \
46
# nginx always tries to open /var/lib/nginx/logs/error.log before reading
47
# its configuration. Make sure it exists.
48
mkdir -p /var/lib/nginx/logs && \
49
- ln -sf /config/log/nginx/error.log /var/lib/nginx/logs/error.log
+ ln -sf /config/log/nginx/error.log /var/lib/nginx/logs/error.log && \
50
+ # Make sure mariadb listen on port 3306
51
+ sed-patch 's/^skip-networking/#skip-networking/' /etc/my.cnf.d/mariadb-server.cnf
52
53
# Install Nginx Proxy Manager.
54
RUN \
0 commit comments