Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 516 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 516 Bytes

Go + Docker Compose Watch Example

Example of how to use the new docker compose watch command in a Go project to auto-reload containers upon file changes.

This repo is an accompanying example from this blog post.

A seperate branch contains a quick comparison setup with another popular live reloading tool for Go, Air.