Skip to content

Commit

Permalink
fix default CMD of nextcloud container
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Oct 8, 2024
1 parent 1fb3b76 commit feb3dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ RUN chown www-data /opt/config
ADD start.sh longcron.sh quickcron.sh background-worker.sh /usr/local/bin/
VOLUME /opt/storage /opt/config /opt/log /opt/static
EXPOSE 9787/tcp
ENTRYPOINT /usr/local/bin/run
CMD [ "/usr/local/bin/start.sh" ]

0 comments on commit feb3dd2

Please sign in to comment.