fix docker logs

This commit is contained in:
2026-02-03 12:40:04 +01:00
parent a3a8a587a5
commit 45b8e7f5c6

View File

@@ -135,7 +135,7 @@ log() {
echo -e $GREEN"$(gettext "Below you see a list of containers")"$NORMAL
echo -e ""$ZYAN
cd /opt/containers/ && list_dir_with_numbers
cd $dcname && docker compose logs
cd $dcname && docker logs
}
# dcstart = docker compose start