Skip to content

Commit 13cb0e3

Browse files
committed
port change
1 parent d2ce65b commit 13cb0e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ docker-compose up -d --build && docker-compose logs -f app
1717
```
1818
<br />
1919

20-
Then API project will be available in <a href="http://localhost:8888/"> localhost:4388</a>
20+
Then API project will be available in <a href="http://localhost:4388/"> localhost:4388</a>
2121
<br/>
2222

2323
### Documentation

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- ./src:/var/www
4242
- ./nginx:/etc/nginx/conf.d
4343
ports:
44-
- "8888:80"
44+
- "4388:80"
4545
networks:
4646
- forum_api_network
4747
depends_on:

0 commit comments

Comments
 (0)