update divers bugs
This commit is contained in:
parent
4048e212dc
commit
eb924e1973
@ -83,8 +83,6 @@ account set email <nom_compte> <email> <confirmation_email>
|
||||
account set gmlevel <nom_compte> <niveau> -1
|
||||
```
|
||||
|
||||
|
||||
|
||||
<!-- ```bash
|
||||
docker exec <wow-mangosd>
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ services:
|
||||
image: mariadb:11.8
|
||||
container_name: wow-db
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: "${MYSQL_SUPERPASS}"
|
||||
MARIADB_ROOT_PASSWORD: "${MYSQL_SUPERPASS}"
|
||||
volumes:
|
||||
- ./database_data:/var/lib/mysql
|
||||
- ./config/database:/etc/mysql/conf.d:ro
|
||||
@ -94,4 +94,4 @@ services:
|
||||
|
||||
networks:
|
||||
wow:
|
||||
driver: bridge
|
||||
driver: bridge
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user