Skip to content

Commit

Permalink
dropping alpha version of docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhastings committed Feb 6, 2024
1 parent 585bcf4 commit 8cdac36
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 8cdac36

Please sign in to comment.