Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Curricula93 authored Jul 24, 2024
1 parent ffad6f2 commit 0e0674d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ services:
image: php:apache
volumes:
- ./:/var/www/html
ports:
- 80:80
- 8443:443 # Changed from 443:443 to 8443:443
depends_on:
- db
restart: unless-stopped

phpmyadmin:
image: phpmyadmin/phpmyadmin
ports:
- 8001:80
environment:
- PMA_HOST=db
- PMA_PORT=3306
Expand Down

0 comments on commit 0e0674d

Please sign in to comment.