We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57cad5 commit 285dcbbCopy full SHA for 285dcbb
scripts/sync-versions.sh
@@ -26,8 +26,8 @@ fi
26
# Load from envrionment variables:
27
VERSION_FILE_PATH="${VERSION_FILE_PATH:-VERSION.txt}"
28
COMPOSE_FILE_PATH="${COMPOSE_FILE_PATH:-templates/compose/compose.override.prod.yml}"
29
-SERVICE_NAME="${SERVICE_NAME:-nginx}"
30
-IMG_NAME="${IMG_NAME:-bybatkhuu/nginx}"
+SERVICE_NAME="${SERVICE_NAME:-certbot}"
+IMG_NAME="${IMG_NAME:-bybatkhuu/certbot}"
31
32
# Flags:
33
_IS_ADD=false
0 commit comments