1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-08-23 16:01:57 +00:00

ci: remove python docker-compose

This commit is contained in:
Nicolas Duchon
2023-12-11 13:54:28 +01:00
parent 4fb876ed41
commit b5cac06305
6 changed files with 17 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ services:
```
```console
docker-compose up
docker compose up
curl -H "Host: whoami.example" localhost
```
@@ -259,10 +259,10 @@ nginx-proxy can also be run as two separate containers using the [nginxproxy/doc
You may want to do this to prevent having the docker socket bound to a publicly exposed container service.
You can demo this pattern with docker-compose:
You can demo this pattern with docker compose:
```console
docker-compose --file docker-compose-separate-containers.yml up
docker compose --file docker-compose-separate-containers.yml up
curl -H "Host: whoami.example" localhost
```