Skip to content

Commit

Permalink
Fix error in run supervisor
Browse files Browse the repository at this point in the history
  • Loading branch information
abedio committed Sep 24, 2024
1 parent ff8f8f5 commit 3b5da95
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker/7.4-mysql-nginx-ioncube.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
CMD ["/usr/bin/supervisord"]
2 changes: 1 addition & 1 deletion docker/7.4-mysql-nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
CMD ["/usr/bin/supervisord"]
2 changes: 1 addition & 1 deletion docker/8.0-mysql-nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
CMD ["/usr/bin/supervisord"]
2 changes: 1 addition & 1 deletion docker/8.1-mysql-nginx-ioncube.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
CMD ["/usr/bin/supervisord"]
2 changes: 1 addition & 1 deletion docker/8.1-mysql-nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
CMD ["/usr/bin/supervisord"]
2 changes: 1 addition & 1 deletion docker/8.2-mysql-nginx-ioncube.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
CMD ["/usr/bin/supervisord"]
2 changes: 1 addition & 1 deletion docker/8.2-mysql-nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
CMD ["/usr/bin/supervisord"]
2 changes: 1 addition & 1 deletion docker/8.3-mysql-nginx-ioncube.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
CMD ["/usr/bin/supervisord"]
2 changes: 1 addition & 1 deletion docker/8.3-mysql-nginx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ RUN --mount=type=bind,source=fs,target=/mnt apt update && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*

CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
CMD ["/usr/bin/supervisord"]

0 comments on commit 3b5da95

Please sign in to comment.