Skip to content

Commit

Permalink
Merge pull request #6 from anthonyhastings/docker-compose-alpha-removal
Browse files Browse the repository at this point in the history
dropping alpha version of docker compose
  • Loading branch information
anthonyhastings authored Feb 6, 2024
2 parents 585bcf4 + 8cdac36 commit 81c2345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docker inspect --format "{{json .State.Health }}" url-shortener-database-1 | jq
Then in another terminal, start watching for source file changes to have them replicated into running containers:

```sh
docker compose alpha watch
docker compose watch
```

## Further Information
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
database:
condition: service_healthy
restart: true
x-develop:
develop:
watch:
- action: sync
path: ./src
Expand Down

0 comments on commit 81c2345

Please sign in to comment.