Skip to content

Commit

Permalink
Fix (development): Fix wrong port number for phpmyadmin in `docker-…
Browse files Browse the repository at this point in the history
…compose.yml`
  • Loading branch information
leojonathanoh committed Jun 21, 2023
1 parent e81ce1a commit 0323ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
environment:
- PMA_HOST=db
ports:
- 8082:80
- 8083:80
networks:
- bf2-network

Expand Down

0 comments on commit 0323ceb

Please sign in to comment.