Skip to content

Commit

Permalink
docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrinn authored Jun 19, 2023
1 parent c0e9bbe commit e62a8ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Luckily [wmnnd](https://github.com/wmnnd/nginx-certbot) wrote a script that solv
It's part of this repository, so you can simply run `./init-letsencrypt.sh`.

### Start
Finally you can start the server. It's as simple as `docker-compose up -d`.
Finally you can start the server. It's as simple as `docker compose up -d`.


### Auto start on system start
Expand All @@ -49,7 +49,7 @@ systemctl enable docker-compose-privatepypi
```

### Upgrade
To upgrade the dependencies, run `docker-compose pull && docker-compose down && docker-compose up -d`
To upgrade the dependencies, run `docker compose pull && docker compose down && docker compose up -d`

## Usage

Expand Down

0 comments on commit e62a8ca

Please sign in to comment.