.
This commit is contained in:
parent
b6d9e0e649
commit
f8e76fa422
|
@ -13,15 +13,15 @@ local config = {
|
|||
local defs = [
|
||||
{
|
||||
load: 'postgres:12.4',
|
||||
save: 'postgres:12.4'
|
||||
save: 'proxy/postgres:12.4'
|
||||
},
|
||||
{
|
||||
load: 'guacamole/guacd:1.2.0',
|
||||
save: 'guacamole/guacd:1.2.0',
|
||||
save: 'proxy/guacamole/guacd:1.2.0',
|
||||
},
|
||||
{
|
||||
load: 'guacamole/guacamole:1.2.0',
|
||||
save: 'guacamole/guacamole:1.2.0',
|
||||
save: 'proxy/guacamole/guacamole:1.2.0',
|
||||
},
|
||||
];
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue