Skip to content
Snippets Groups Projects
Verified Commit 13754486 authored by David Beniamine's avatar David Beniamine
Browse files

Remove docker warning

parent d1a28c8a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ fi
if id "dockerweb" >/dev/null 2>&1; then
if [ -d "/home/dockerweb/maintenance" ]; then
cd /home/dockerweb/maintenance
docker-compose down
docker-compose down > /dev/null 2>&1
fi
# List all traefik domain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment