Skip to content

Commit

Permalink
chore: 🧱 Changing port of the front app
Browse files Browse the repository at this point in the history
  • Loading branch information
nduboi committed Apr 9, 2024
1 parent c9d47bf commit 5adac8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build: ./app_server
container_name: app_js
ports:
- "80:80"
- "8083:80"
volumes:
- ./app_server:/app_app
env_file:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ MYSQL_HOST=(database_service) by default db
docker-compose up -d
```

Go to this website http://localhost:80
Go to this website http://localhost:8083

## Requirements

Expand Down

0 comments on commit 5adac8b

Please sign in to comment.