mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
Update to api version 1.8
This commit is contained in:
parent
27a9e97062
commit
a9dd55a720
2 changed files with 5 additions and 9 deletions
|
@ -15,4 +15,4 @@ angular.module('dockerui', ['dockerui.services', 'dockerui.filters'])
|
|||
.constant('DOCKER_ENDPOINT', '/dockerapi')
|
||||
.constant('DOCKER_PORT', '') // Docker port, leave as an empty string if no port is requred. If you have a port, prefix it with a ':' i.e. :4243
|
||||
.constant('UI_VERSION', 'v0.4')
|
||||
.constant('DOCKER_API_VERSION', 'v1.4');
|
||||
.constant('DOCKER_API_VERSION', 'v1.8');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue