DEV Community

Discussion on: Docker Ubuntu LAMP Setup on Windows

Collapse
 
jeromesch profile image
jeromesch

you should try to put all that stuff in a dockercomposefile :)
makes it easier and you only have to write it once!

Collapse
 
vkuberan_88 profile image
vkuberan@gmail.com

Thanks for your reply. This is just for manual setup.

Here is my docker-compose setup
dev.to/vkuberan_88/docker-compose-...