We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ce65b commit 13cb0e3Copy full SHA for 13cb0e3
Readme.md
@@ -17,7 +17,7 @@ docker-compose up -d --build && docker-compose logs -f app
17
```
18
<br />
19
20
-Then API project will be available in <a href="http://localhost:8888/"> localhost:4388</a>
+Then API project will be available in <a href="http://localhost:4388/"> localhost:4388</a>
21
<br/>
22
23
### Documentation
docker-compose.yml
@@ -41,7 +41,7 @@ services:
41
- ./src:/var/www
42
- ./nginx:/etc/nginx/conf.d
43
ports:
44
- - "8888:80"
+ - "4388:80"
45
networks:
46
- forum_api_network
47
depends_on:
0 commit comments