Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
[#50/fix] Fix the default port in docker-compose example
Browse files Browse the repository at this point in the history
> current branch: master, issue link: #50
docker-compose.yml.develop
  • Loading branch information
wilcorrea committed May 21, 2019
1 parent aa023c7 commit 36cf3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml.develop
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ services:
- .:/var/www/app
- ./.bin:/home/node/bin
ports:
- 8000:8000
- 3000:3000

0 comments on commit 36cf3bf

Please sign in to comment.