--ssl
flag has been deprecated. If you are using the --sslcert
and --sslkey
flags, then after the upgrade port 9000
will serve http
and port 9443
will serve https
with the provided certificate. To retain the old behavior consider using the port mapping -p 9000:9443
instead./stacks
API has renamed from ComposeFilePathInRepository
to ComposeFile
, and the non-mandatory fields AdditionalFiles
and AutoUpdate
were added: portainer/portainer#5461container_name
validation would not take stopped containers into account: portainer/portainer#5522<portainer_url>/#!/internal-auth
to login with internal admin.