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"]
|
||||
CMD ["%%CMD%%"]
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user