Skip to content

Commit f5514d7

Browse files
authored
Update Docker update instructions inside code
Signed-off-by: Sellara <147769367+Sella-GH@users.noreply.github.com>
1 parent 0d2ba3c commit f5514d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzzyBot/Modules/Core/CoreEmbedBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ internal static DiscordEmbed BuildUpdatesInstructionEmbed()
233233

234234
if (isDocker)
235235
{
236-
description = "To update the bot please go into the command line of the machine running the docker container and execute the following commands:\n- `docker compose down`\n- `docker compose pull`\n- `docker compose up -d`";
236+
description = "To update the bot please go into the command line of the machine running the docker container and execute the following commands:\n- `docker compose down`\n- `docker compose pull`\n- `CURRENT_UID=$(id -u):$(id -g) docker compose up -d`";
237237
}
238238
else if (isLinux)
239239
{

0 commit comments

Comments
 (0)