6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00

fix: remove useless "privileged: false" statements

These values are by default anyway.
This commit is contained in:
Régis Behmo 2023-03-25 20:58:15 -04:00
parent 39a8b46854
commit b2a22a6993

View File

@ -10,7 +10,6 @@ services:
command: mongod --nojournal --storageEngine wiredTiger
restart: unless-stopped
user: "999:999"
privileged: false
volumes:
- ../../data/mongodb:/data/db
depends_on:
@ -29,7 +28,6 @@ services:
command: mysqld --character-set-server=utf8 --collation-server=utf8_general_ci
restart: unless-stopped
user: "999:999"
privileged: false
volumes:
- ../../data/mysql:/var/lib/mysql
environment: