From abd3dd407e0536209f3dd6e584d3742d8b79efff Mon Sep 17 00:00:00 2001 From: Akhil Gupta Date: Mon, 31 May 2021 12:18:19 +0530 Subject: [PATCH] fix docker compse --- README.md | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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