Skip to content

Commit

Permalink
delete one of the two restart. (docker#108)
Browse files Browse the repository at this point in the history
Signed-off-by: Kohei Niimi <kouhei.aquamarines@gmail.com>
  • Loading branch information
gupuru authored Mar 19, 2021
1 parent a3c3882 commit 3253a84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wordpress-mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3253a84

Please sign in to comment.