mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
update docker-compose execution
As of Jun 2023, the docker-compose command has been deprecated in favor of the compose plugin. https://docs.docker.com/compose/install/linux/
This commit is contained in:
parent
fe93cb3474
commit
004a93fbc3
@ -35,7 +35,7 @@ services:
|
||||
Then:
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Using MySQL / MariaDB Database
|
||||
|
Loading…
Reference in New Issue
Block a user