refactor: adding project name and fixing typo

+2 -2
dns/README.md
··· 24 24 25 25 3. Bring networking up. 26 26 27 - `docekr compose up tailscale -d` 27 + `docker compose up tailscale -d` 28 28 29 29 If you are using dynamic machine authentication, you'll need to view the logs and click on the link. 30 30 ··· 36 36 37 37 5. Bring didadmin up. 38 38 39 - `docekr compose up app -d` 39 + `docker compose up app -d` 40 40 41 41 When this first starts, it'll create the `/etc/coredns/database.db` and `/etc/coredns/Corefile` files inside the container. 42 42
+1
dns/docker-compose.example.yml
··· 1 1 version: '3.8' 2 + name: localdev-dns 2 3 volumes: 3 4 dns_db: 4 5 dns_ts:
+1 -1
pds/README.md
··· 24 24 25 25 2. Bring networking up. 26 26 27 - `docekr compose up tailscale -d` 27 + `docker compose up tailscale -d` 28 28 29 29 If you are using dynamic machine authentication, you'll need to view the logs and click on the link. 30 30
+1
pds/docker-compose.example.yml
··· 1 1 version: '3.8' 2 + name: localdev-pds 2 3 volumes: 3 4 pds_data: 4 5 pds_ts:
+2 -2
plc/README.md
··· 20 20 21 21 3. Bring networking up. 22 22 23 - `docekr compose up tailscale -d` 23 + `docker compose up tailscale -d` 24 24 25 25 If you are using dynamic machine authentication, you'll need to view the logs and click on the link. 26 26 ··· 32 32 33 33 5. Bring the database up. 34 34 35 - `docekr compose up db -d` 35 + `docker compose up db -d` 36 36 37 37 6. Bring the app and proxy up. 38 38
+1
plc/docker-compose.example.yml
··· 1 1 version: '3.8' 2 + name: localdev-plc 2 3 volumes: 3 4 plc_db: 4 5 plc_ts: