Skip to content

Commit

Permalink
Fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Oct 22, 2023
1 parent e00505a commit 9ff7f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Second, initialize a new UserFrosting project:
5. Run `docker-compose exec app sh -c "composer update"` to install all composer modules used in UserFrosting.
6. Run `docker-compose exec app sh -c "php bakery bake"` to install UserFrosting (database configuration and migrations, creation of admin user, ...). You'll need to provide info to create the admin user.

Now visit `http://localhost:8888/` to see your UserFrosting homepage!
Now visit [http://localhost:8080](http://localhost:8080) to see your UserFrosting homepage!

**You can paste these into a bash file and execute it!**

Expand Down

0 comments on commit 9ff7f62

Please sign in to comment.