Steps to reproduce
- Set
AIO_LOG_LEVEL: debug in docker compose file
- Recreate mastercontainer
Expected behavior
The container should start normally
Actual behavior
+ grep -q '^debug$\|^info$\|^warn$\|^error$'
+ print_red $'AIO_LOG_LEVEL must be one of \'debug\', \'info\', \'warn\' or \'error\'.\nIt is set to \'debug\'.'
+ local $'TEXT=AIO_LOG_LEVEL must be one of \'debug\', \'info\', \'warn\' or \'error\'.\nIt is set to \'debug\'.'
+ printf '%b%s%b\n' '\e[0;31m' $'AIO_LOG_LEVEL must be one of \'debug\', \'info\', \'warn\' or \'error\'.\nIt is set to \'debug\'.' '\e[0m'
AIO_LOG_LEVEL must be one of 'debug', 'info', 'warn' or 'error'.
It is set to 'debug'.
+ exit 1
Other information
Host OS
Debian 13
Output of sudo docker info
https://gist.github.com/asavageiv/7de9bde46b553987d4a5b972182f1f83
Docker run command or docker-compose file that you used
https://gist.github.com/asavageiv/56f8ec86f365279b2aed239167aaf2bd
Output of sudo docker logs nextcloud-aio-mastercontainer
https://gist.github.com/asavageiv/a0eff5826262b73cefea1a1ca825c640
Output of sudo docker inspect nextcloud-aio-mastercontainer
https://gist.github.com/asavageiv/615e94c5cc18042337f4b5fc4f6852e8
Output of sudo docker ps -a
asavage@ifrit:~/docker/nextcloud$ sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ed7b2822bd36 ghcr.io/nextcloud-releases/all-in-one:beta "/start.sh" About a minute ago Exited (1) About a minute ago nextcloud-aio-mastercontainer
3311eba9e160 ghcr.io/nextcloud-releases/aio-apache:beta "/start.sh /usr/bin/…" 21 minutes ago Exited (137) 14 minutes ago nextcloud-aio-apache
ac8286487939 ghcr.io/nextcloud-releases/aio-nextcloud:beta "/start.sh /usr/bin/…" 21 minutes ago Exited (0) 14 minutes ago nextcloud-aio-nextcloud
53e153c60ecd ghcr.io/nextcloud-releases/aio-fulltextsearch:beta "/start.sh" 21 minutes ago Exited (143) 13 minutes ago nextcloud-aio-fulltextsearch
047ce62e7762 ghcr.io/nextcloud-releases/aio-redis:beta "/start.sh" 21 minutes ago Exited (0) 13 minutes ago nextcloud-aio-redis
67493873a487 ghcr.io/nextcloud-releases/aio-postgresql:beta "/start.sh" 21 minutes ago Exited (0) 13 minutes ago nextcloud-aio-database
c4a4180c0fe3 ghcr.io/nextcloud-releases/aio-notify-push:beta "/start.sh" 21 minutes ago Exited (0) 14 minutes ago nextcloud-aio-notify-push
108949d617ba ghcr.io/nextcloud-releases/aio-collabora:beta "/start.sh" 21 minutes ago Exited (0) 14 minutes ago nextcloud-aio-collabora
c73e9a1bd82c ghcr.io/nextcloud-releases/aio-watchtower:beta "/start.sh" 47 minutes ago Exited (0) 46 minutes ago nextcloud-aio-watchtower
ea5a6f51b103 ghcr.io/nextcloud-releases/aio-borgbackup:beta "/start.sh" 4 hours ago Exited (0) 4 hours ago nextcloud-aio-borgbackup
Other valuable info
Steps to reproduce
AIO_LOG_LEVEL: debugin docker compose fileExpected behavior
The container should start normally
Actual behavior
Other information
Host OS
Debian 13
Output of
sudo docker infohttps://gist.github.com/asavageiv/7de9bde46b553987d4a5b972182f1f83
Docker run command or docker-compose file that you used
https://gist.github.com/asavageiv/56f8ec86f365279b2aed239167aaf2bd
Output of
sudo docker logs nextcloud-aio-mastercontainerhttps://gist.github.com/asavageiv/a0eff5826262b73cefea1a1ca825c640
Output of
sudo docker inspect nextcloud-aio-mastercontainerhttps://gist.github.com/asavageiv/615e94c5cc18042337f4b5fc4f6852e8
Output of
sudo docker ps -aOther valuable info