TandoorRecipes/docs/install
Kyle Johnston 924576c8ba Correct mistake on ports, clarify documentation
My understanding is if you want to access the app on port 3000, you
would use `docker run -d -p 3000:8080 ...` for a Docker command. For
Docker Compose, it's:
```
nginx_recipes:
  ports:
  - 3000:80
```
2021-01-06 07:30:10 -05:00
..
docker huge documentation and setup restructure 2021-01-05 10:38:18 +01:00
k8s huge documentation and setup restructure 2021-01-05 10:38:18 +01:00
docker.md Correct mistake on ports, clarify documentation 2021-01-06 07:30:10 -05:00
kubernetes.md improved docs and added unraid 2021-01-05 23:41:15 +01:00
manual.md huge documentation and setup restructure 2021-01-05 10:38:18 +01:00
other.md improved docs and added unraid 2021-01-05 23:41:15 +01:00
synology.md huge documentation and setup restructure 2021-01-05 10:38:18 +01:00
traefik.md huge documentation and setup restructure 2021-01-05 10:38:18 +01:00
unraid.md improved docs and added unraid 2021-01-05 23:41:15 +01:00