mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 05:44:04 +00:00
Delete tmpfs from docker-compose.yml (there were no benefits)
This commit is contained in:
parent
e9aa5be546
commit
c45f900b78
1 changed files with 0 additions and 4 deletions
|
|
@ -40,8 +40,6 @@ services:
|
|||
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
tmpfs:
|
||||
- /var/lib/mysql
|
||||
mysql2:
|
||||
image: mysql:5.7
|
||||
environment:
|
||||
|
|
@ -53,8 +51,6 @@ services:
|
|||
test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost"]
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
tmpfs:
|
||||
- /var/lib/mysql
|
||||
postgres:
|
||||
image: postgres:11
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue