DEV Community

Discussion on: How to get WordPress running with Docker

Collapse
 
devellopah profile image
Islam Ibakaev • Edited

Beatiful article, dude. Btw, wordpress image volume can be shorten to

 volumes:
   - .:/var/www/html
Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

Thanks, dude :)

Yeah, it could! Thanks :)