delete one of the two restart. (#108)

Signed-off-by: Kohei Niimi <kouhei.aquamarines@gmail.com>
pull/113/head
Kohei Niimi 3 years ago committed by GitHub
parent a3c3882227
commit 3253a84db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      wordpress-mysql/docker-compose.yaml

@ -3,7 +3,6 @@ services:
db:
image: mysql:8.0.19
command: '--default-authentication-plugin=mysql_native_password'
restart: always
volumes:
- db_data:/var/lib/mysql
restart: always

Loading…
Cancel
Save