diff --git a/README.md b/README.md index 303ed91..1d35651 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ services: - /path/to/config:/config - /path/to/data:/assets ports: - - 8080:8080 + - 3000:3000 restart: unless-stopped ``` @@ -187,7 +187,7 @@ Project Link: [https://github.com/akhilrex/hammond](https://github.com/akhilrex/ [issues-shield]: https://img.shields.io/github/issues/akhilrex/hammond.svg?style=flat-square [issues-url]: https://github.com/akhilrex/hammond/issues [license-shield]: https://img.shields.io/github/license/akhilrex/hammond.svg?style=flat-square -[license-url]: https://github.com/akhilrex/hammond/blob/master/LICENSE.txt +[license-url]: https://github.com/akhilrex/hammond/blob/master/LICENSE [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555 [linkedin-url]: https://linkedin.com/in/akhilrex [product-screenshot]: images/screenshot.jpg diff --git a/docker-compose.yml b/docker-compose.yml index 87e777b..d136465 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,5 +9,5 @@ services: - /path/to/config:/config - /path/to/data:/assets ports: - - 8080:8080 + - 3000:3000 restart: unless-stopped