do we need the entrypoint and cmd
This commit is contained in:
@@ -10,4 +10,3 @@ CMD chmod +x /usr/local/bin/post-start.sh
|
|||||||
|
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
CMD ["%%CMD%%"]
|
|
||||||
@@ -23,7 +23,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
image: cr.lan/nextcloud
|
image: cr.lan/nextcloud:latest
|
||||||
#image: docker.io/nextcloud:stable-apache
|
#image: docker.io/nextcloud:stable-apache
|
||||||
#lifecycle:
|
#lifecycle:
|
||||||
# postStart:
|
# postStart:
|
||||||
|
|||||||
Reference in New Issue
Block a user