mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix sudo command
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
6458bf6613
commit
a03fad2c33
3 changed files with 3 additions and 3 deletions
|
|
@ -253,6 +253,6 @@ RUN echo "root:$(openssl rand -base64 12)" | chpasswd
|
|||
|
||||
USER root
|
||||
ENTRYPOINT ["/start.sh"]
|
||||
CMD ["sudo", "-uE", "www-data", "/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
||||
CMD ["sudo", "-E", "-u", "www-data", "/usr/bin/supervisord", "-c", "/supervisord.conf"]
|
||||
|
||||
HEALTHCHECK CMD (sudo -u www-data nc -z localhost 9000 && sudo -u www-data nc -z localhost 7867) || exit 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue