Corrected a docker error
This commit is contained in:
+5
-1
@@ -90,6 +90,10 @@ See https://github.com/krgamestudios/MERN-template/wiki for help.
|
|||||||
}
|
}
|
||||||
const defaultPass = tmpPass;
|
const defaultPass = tmpPass;
|
||||||
|
|
||||||
|
if (defaultUser) {
|
||||||
|
console.log(`Default user email will be: ${$defaultUser}@${authWebAddress}`);
|
||||||
|
}
|
||||||
|
|
||||||
//traefic configuration
|
//traefic configuration
|
||||||
const supportEmail = await question('Support Email', emailUser);
|
const supportEmail = await question('Support Email', emailUser);
|
||||||
|
|
||||||
@@ -156,7 +160,7 @@ services:
|
|||||||
- traefik
|
- traefik
|
||||||
|
|
||||||
${authName}:
|
${authName}:
|
||||||
image: krgamestudios/news-server:latest
|
image: krgamestudios/auth-server:latest
|
||||||
ports:
|
ports:
|
||||||
- ${authPort}
|
- ${authPort}
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user