do we need the entrypoint and cmd

This commit is contained in:
2021-05-12 15:46:04 +02:00
parent 522899fd14
commit a15b29ad38
2 changed files with 1 additions and 2 deletions

View File

@@ -10,4 +10,3 @@ CMD chmod +x /usr/local/bin/post-start.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["%%CMD%%"]

View File

@@ -23,7 +23,7 @@ spec:
spec:
containers:
- name: nextcloud
image: cr.lan/nextcloud
image: cr.lan/nextcloud:latest
#image: docker.io/nextcloud:stable-apache
#lifecycle:
# postStart: