diff --git a/Ticketing_Containers/freescout/compose.yaml b/Ticketing_Containers/freescout/compose.yaml index 41b3e1e..8488c37 100644 --- a/Ticketing_Containers/freescout/compose.yaml +++ b/Ticketing_Containers/freescout/compose.yaml @@ -19,7 +19,7 @@ services: - DB_NAME=freescout_db - DB_USER=freescout # feel free to change this to a different user. - DB_PASS=${DB_PASSWORD} - - SITE_URL=https://support.${DOMAIN_NAME}.com #Change to your IP and Port listed above + - SITE_URL=https://support.${DOMAIN_NAME} #Change to your IP and Port listed above - ADMIN_EMAIL=noreply@gabesville.com #Change to your email - ADMIN_PASS=AReallyLongStrongPasswordWithNum3r5andComplex1ty #Change to a secure password - ENABLE_SSL_PROXY=FALSE