Skip to content

Commit

Permalink
enable_ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
rhanka committed Apr 15, 2024
1 parent cd886e5 commit abbcc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ CLOUD_TAGGED_IDS_INVALID_FILE=${CLOUD_DIR}/${CLOUD}.tag.ids.ko
CLOUD_TAGGED_HOSTS_INVALID_FILE=${CLOUD_DIR}/${CLOUD}.tag.hosts.ko
CLOUD_TAG=${APP_VERSION}
SCW_SERVER_CONF={"name": "${CLOUD_HOSTNAME}", "tags": ["${GIT_BRANCH}","${CLOUD_TAG}"],\
"image": "${SCW_IMAGE_ID}", "commercial_type": "${SCW_FLAVOR}", "project": "${SCW_PROJECT_ID}",\
"image": "${SCW_IMAGE_ID}", "enable_ipv6": true, "commercial_type": "${SCW_FLAVOR}", "project": "${SCW_PROJECT_ID}",\
"volumes": { "0": {"size": ${SCW_VOLUME_SIZE}, "volume_type": "${SCW_VOLUME_TYPE}"}}}

NGINX_UPSTREAM_FILE=${NGINX_DIR}/${CLOUD_HOSTNAME}-upstream.conf
Expand Down

0 comments on commit abbcc2e

Please sign in to comment.