Views: 18
Docker
My Docker / docker-compose Notes
content is updated continuously. Useful commands for daily use:Build Docker: docker-compose build Run in background : docker-compose up -dFollow Docker Logs: docker-compose logs -f containeridGet Bash/SSH into a running Container: docker exec -it containerid bash Remove all stopped containers: docker rm $(docker ps -a -q) Views: 20
PHP
Oxid 6 – Admin Login -Fehler! Ihr Browser unterstützt keine Cookies.
The reason for the error is that encoding of the config.inc.php, please open a your config file with text editor (Notepad++, PhpStorm or etc.). Views: 21