You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TAG_NAME=$(git symbolic-ref --short HEAD | sed -e "s:/:-:g")
だと
ubuntu@ocivm1:~/hato-bot/setup$ TAG_NAME=v2.2.1
ubuntu@ocivm1:~/hato-bot/setup$ docker-compose up -d
-bash: docker-compose: command not found
ubuntu@ocivm1:~/hato-bot/setup$ docker compose up -d
WARN[0000] The "TAG_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] The "TAG_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] network default: network.external.name is deprecated in favor of network.name
と言われる。
The text was updated successfully, but these errors were encountered:
だと
と言われる。
The text was updated successfully, but these errors were encountered: