We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70f2b3 commit b52665aCopy full SHA for b52665a
README.md
@@ -164,7 +164,7 @@ Start health-check service
164
## Start in docker
165
166
```$xslt
167
-docker-compose rm --all # Remove previous containers
+docker-compose rm # Remove previous containers
168
GOOS=linux GOARCH=amd64 make build # Generate binary file
169
REMOVE_CONTAINERS=on DOCKER_IMAGE=golang-example-app TAG=development make docker-image # Generate new docker image
170
docker-compose up
0 commit comments