Open dspoelstra058 opened 1 week ago
Sorry, I am not clear what you're suggesting here. Is it that adding a network alias made the SQL container stable?
networks:
default:
aliases:
- mysql
Correct, before stablity issues. The mysql container was restarting again, and again and again. After adding the network + alias the container runs stable.
Without a get per minute a restart, with the network + alias config once a 3 - 6 hours a restart ?? Strange but working..
Hello,
I have ran into some SQLstate issues by using the tutorial on the Xibo website. Link : https://community.xibo.org.uk/t/xibo-cms-with-docker-on-ubuntu-22-04/9392 The problem was the mysql docker container. The container was restarting and not stable.
After editing the cms-db config in cms_custom-ports.yml the mysql docker container was stable to use. Can you add the following lines on the tutorials and templates :
to
Thank you !