Skip to content

Commit

Permalink
build: change compose port to simulate heroku better
Browse files Browse the repository at this point in the history
  • Loading branch information
rburgstaller committed Apr 22, 2024
1 parent 4264610 commit 29bf262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ services:
dockerfile: ./Dockerfile
ports:
# laravel
- '8002:443'
- '9999:9999'
environment:
PORT: 81
PORT: 9999
#user: '33:33'
networks:
- fp-network
Expand Down

0 comments on commit 29bf262

Please sign in to comment.