Skip to content

Commit

Permalink
[BUGFIX] Adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
egobude authored Aug 4, 2017
1 parent 23b3c37 commit 35b0581
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Template for a docker based development setup.

### Clone the repository

$ git clone https://github.com/egobude/docker-neos-template.git
$ cd docker-neos-template
$ git clone https://github.com/egobude/docker-project-template.git
$ cd docker-project-template

### Create a .env file

Expand Down Expand Up @@ -68,8 +68,8 @@ To execute a custom shell script on start up place one or more *.sh files into t

### How to change the port?

If you want a different port than 1234 you can edit the environment variable `NGINX_PORT` in the [.env](https://github.com/egobude/docker-neos-template/blob/master/.env) file.
If you want a different port than 1234 you can edit the environment variable `NGINX_PORT` in the [.env](https://github.com/egobude/docker-project-template/blob/master/.env) file.

### How to change the document root?

To change the document root just edit the environment variable `NGINX_DOCUMENT_ROOT` in the [.env](https://github.com/egobude/docker-neos-template/blob/master/.env) file.
To change the document root just edit the environment variable `NGINX_DOCUMENT_ROOT` in the [.env](https://github.com/egobude/docker-project-template/blob/master/.env) file.

0 comments on commit 35b0581

Please sign in to comment.