Skip to content

Commit

Permalink
add port so we can see the database
Browse files Browse the repository at this point in the history
  • Loading branch information
tharsheblows committed Jul 30, 2024
1 parent c27de24 commit c990117
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
image: mariadb:11.4.2
volumes:
- db_data:/var/lib/mysql
ports:
- "3306:3306"
restart: always
environment:
MYSQL_DATABASE: wordpress
Expand Down

0 comments on commit c990117

Please sign in to comment.