Remove deprecated version field (#4459)

This commit is contained in:
Milos Gajdos 2024-09-13 19:59:00 +01:00 committed by GitHub
commit 2314320a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 5 deletions

View File

@ -512,7 +512,7 @@ Start your registry by issuing the following command in the directory containing
the `docker-compose.yml` file:
```console
$ docker-compose up -d
$ docker compose up -d
```
## Considerations for air-gapped registries

View File

@ -192,7 +192,7 @@ EOF
Now, start your stack:
```console
$ docker-compose up -d
$ docker compose up -d
```
Log in with a "push" authorized user (using `testuserpush` and `testpasswordpush`), then tag and push your first image:

View File

@ -166,8 +166,6 @@ Review the [requirements](../#requirements), then follow these steps.
5. Create the compose file. Paste the following YAML into a new file called `docker-compose.yml`.
```yaml
version: "3"
services:
nginx:
# Note : Only nginx:alpine supports bcrypt.
@ -193,7 +191,7 @@ Review the [requirements](../#requirements), then follow these steps.
Now, start your stack:
```consonle
$ docker-compose up -d
$ docker compose up -d
```
Login with a "push" authorized user (using `testuser` and `testpassword`), then