Docker

1 Min Read

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…
Discover More

Gitlab CI SSH Deploy

Create SSH Key on Remote host 2. Copy Generated Private key from remote Server Views: 36
Discover More

GitLab CE – CI / CD for Standart PHP Projects and Auto Deploy

I have on my git repo two basic branches; master und develop Views: 13
Discover More
1 Min Read

Docker for Local WordPress Development

Create a file  called docker-compose.yml with the following code in your project directory and then enter ‘docker-compose up’ at the…
Discover More