fix: new destination can be created

This commit is contained in:
Andras Bacsai
2022-07-06 15:52:00 +02:00
committed by GitHub
parent 31d7e7e806
commit 64bb4a2525
7 changed files with 17 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ const customConfig: Config = {
length: 3
};
export const isDev = process.env.NODE_ENV === 'development';
export const version = '3.0.1';
export const version = '3.0.2';
export const defaultProxyImage = `coolify-haproxy-alpine:latest`;
export const defaultProxyImageTcp = `coolify-haproxy-tcp-alpine:latest`;