Skip to content

Commit

Permalink
[TASK] Adjust README
Browse files Browse the repository at this point in the history
  • Loading branch information
egobude committed Apr 17, 2017
1 parent 0fd8832 commit 5be2391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Template for a docker based Neos CMS development setup.

docker-compose up -d

After that your project should be up and running. You can reach your project under http://<YOUR_IP_ADRESS:32831
You can reach your project under http://<YOUR_IP_ADRESS:1234

## General tips

### How to change the port?

If you want to change the port you have to do this in the [docker-compose.yml](https://github.com/egobude/docker-neos-template/blob/master/docker-compose.yml) file and in the Nginx configuration under [Configuration/Docker/default.conf](https://github.com/egobude/docker-neos-template/blob/master/Configuration/Docker/default.conf)
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.

0 comments on commit 5be2391

Please sign in to comment.