Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
alain
Make it Open Project Site
Commits
2f1c65c1
Commit
2f1c65c1
authored
Feb 25, 2021
by
alain
🐙
Browse files
db as mount
parent
bfa1325c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
2f1c65c1
...
...
@@ -2,7 +2,9 @@
.env
db/*
wp-config.php
wp-content/cache/*
wp-content/uploads/*
\ No newline at end of file
wp-content/uploads/*
docker-compose.yaml
View file @
2f1c65c1
...
...
@@ -5,7 +5,7 @@ services:
db
:
image
:
mysql:5.7
volumes
:
-
db
_data
:/var/lib/mysql
-
./
db:/var/lib/mysql
restart
:
always
environment
:
MYSQL_ROOT_PASSWORD
:
$MYSQL_ROOT_PASSWORD
...
...
@@ -44,5 +44,3 @@ services:
-
wpsite
networks
:
wpsite
:
volumes
:
db_data
:
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment