浏览代码

updating README

main
Simon Bowie 3 周前
父节点
当前提交
53d22c0ffb
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      README.md

+ 3
- 1
README.md 查看文件



### environment files ### environment files


To deploy this environment, first copy env.template to a new file, env.dev. Fill in the appropriate environment variables.
To deploy this environment, first copy .env.template to a new file, .env. Fill in the appropriate environment variables.


### Docker Compose ### Docker Compose


Copy the appropriate Docker Compose file to docker-compose.yml based on whether you want to run Nginx from the same Docker Compose file or not.

In the command line, navigate to the directory where this repository is stored on your local machine and run: In the command line, navigate to the directory where this repository is stored on your local machine and run:


`docker compose up -d --build` `docker compose up -d --build`

正在加载...
取消
保存