TandoorRecipes/docs
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
..
features added more documentation 2021-01-06 00:17:53 +01:00
install Correct mistake on ports, clarify documentation 2021-01-06 07:30:10 -05:00
system added more documentation 2021-01-06 00:17:53 +01:00
index.md huge documentation and setup restructure 2021-01-05 10:38:18 +01:00
preview.png huge documentation and setup restructure 2021-01-05 10:38:18 +01:00
preview.xcf huge documentation and setup restructure 2021-01-05 10:38:18 +01:00