Skip to content

Commit

Permalink
build(docker-compose.yml) update db name
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Oct 20, 2023
1 parent 4cbb562 commit c38fde4
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 @@ -2,7 +2,7 @@ version: "3.8"

services:
database:
container_name: wpbrowser_3.5_database
container_name: wpbrowser_4_database
image: mariadb:10.8
environment:
MYSQL_ROOT_PASSWORD: ${WORDPRESS_DB_PASSWORD}
Expand Down

0 comments on commit c38fde4

Please sign in to comment.