fix docker logs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user