diff --git a/dns/README.md b/dns/README.md index f36cf09..899abc0 100644 --- a/dns/README.md +++ b/dns/README.md @@ -24,7 +24,7 @@ Copy `docker-compose.example.yml` to `docker-compose.yml` and make the following 3. Bring networking up. - `docekr compose up tailscale -d` + `docker compose up tailscale -d` If you are using dynamic machine authentication, you'll need to view the logs and click on the link. @@ -36,7 +36,7 @@ Copy `docker-compose.example.yml` to `docker-compose.yml` and make the following 5. Bring didadmin up. - `docekr compose up app -d` + `docker compose up app -d` When this first starts, it'll create the `/etc/coredns/database.db` and `/etc/coredns/Corefile` files inside the container. diff --git a/dns/docker-compose.example.yml b/dns/docker-compose.example.yml index 3a366a6..5b99b2a 100644 --- a/dns/docker-compose.example.yml +++ b/dns/docker-compose.example.yml @@ -1,4 +1,5 @@ version: '3.8' +name: localdev-dns volumes: dns_db: dns_ts: diff --git a/pds/README.md b/pds/README.md index dc6323e..7477ab1 100644 --- a/pds/README.md +++ b/pds/README.md @@ -24,7 +24,7 @@ Copy `docker-compose.example.yml` to `docker-compose.yml` and make the following 2. Bring networking up. - `docekr compose up tailscale -d` + `docker compose up tailscale -d` If you are using dynamic machine authentication, you'll need to view the logs and click on the link. diff --git a/pds/docker-compose.example.yml b/pds/docker-compose.example.yml index 58284f4..c427697 100644 --- a/pds/docker-compose.example.yml +++ b/pds/docker-compose.example.yml @@ -1,4 +1,5 @@ version: '3.8' +name: localdev-pds volumes: pds_data: pds_ts: diff --git a/plc/README.md b/plc/README.md index 7434425..210a27d 100644 --- a/plc/README.md +++ b/plc/README.md @@ -20,7 +20,7 @@ To start a PLC server, you must build a container from the PLC repository. 3. Bring networking up. - `docekr compose up tailscale -d` + `docker compose up tailscale -d` If you are using dynamic machine authentication, you'll need to view the logs and click on the link. @@ -32,7 +32,7 @@ To start a PLC server, you must build a container from the PLC repository. 5. Bring the database up. - `docekr compose up db -d` + `docker compose up db -d` 6. Bring the app and proxy up. diff --git a/plc/docker-compose.example.yml b/plc/docker-compose.example.yml index f94799b..57aa97c 100644 --- a/plc/docker-compose.example.yml +++ b/plc/docker-compose.example.yml @@ -1,4 +1,5 @@ version: '3.8' +name: localdev-plc volumes: plc_db: plc_ts: