Spaces:
Runtime error
Runtime error
Commit
·
63af1bb
1
Parent(s):
4741bed
mariadbd
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -55,4 +55,4 @@ USER root
|
|
55 |
RUN updatedb
|
56 |
RUN locate mariadbd
|
57 |
#CMD ["bash", "-c", "/usr/sbin/mariadbd; tail -F error.log"]
|
58 |
-
CMD ["bash", "-c", "ls /usr/sbin/; updatedb; locate mariadbd; /usr/
|
|
|
55 |
RUN updatedb
|
56 |
RUN locate mariadbd
|
57 |
#CMD ["bash", "-c", "/usr/sbin/mariadbd; tail -F error.log"]
|
58 |
+
CMD ["bash", "-c", "ls /usr/sbin/; updatedb; locate mariadbd; /usr/local/mysql/bin/mariadbd --port 7860; tail -F error.log"]
|