Skip to content

Commit 9fb50b2

Browse files
committed
fix phpmyadmin port. closes laradock#247
1 parent df1a019 commit 9fb50b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ services:
221221
volumes_from:
222222
- volumes_data
223223
ports:
224-
- "8000:80"
224+
- "8080:80"
225225
links:
226226
# for mysql container
227227
- "mysql:db"

0 commit comments

Comments
 (0)