Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
saifsas committed Apr 5, 2020
1 parent d8f018d commit f4bf530
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ services:
ports:
- '80:80'
- '443:443'
restart: always
restart: always
mysql:
image: mysql:5.7.29
volumes:
- './mysql:/var/lib/mysql'
restart: always
environment:
MYSQL_ROOT_PASSWORD: v2boardisbest
MYSQL_DATABASE: v2board

0 comments on commit f4bf530

Please sign in to comment.