Skip to content

Commit a0a13e3

Browse files
committed
chore: bump mysql image version to 8.1
1 parent 18e25fb commit a0a13e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- ./.env:/var/www/html/.env
1818
- ./wp-configs/.htaccess:/var/www/html/.htaccess
1919
db:
20-
image: mysql:5.7
20+
image: mysql:8.1
2121
container_name: sparkpress_db
2222
restart: always
2323
ports:

0 commit comments

Comments
 (0)