fix: exposedPort is just optional

This commit is contained in:
Andras Bacsai
2022-08-19 10:18:27 +00:00
parent 2e82c9d312
commit f040c7c742
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ import { checkContainer, removeContainer } from './docker';
import { day } from './dayjs';
import * as serviceFields from './serviceFields'
export const version = '3.6.0';
export const version = '3.6.1';
export const isDev = process.env.NODE_ENV === 'development';
const algorithm = 'aes-256-ctr';