Kleine wijzigingen, Docker best practises
This commit is contained in:
parent
5fc1c6bdae
commit
51fa1cb324
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# however, you can use it as a guide to create a proper production environment.
|
||||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
image: docker.io/library/mariadb:latest
|
||||
container_name: db
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=123qwe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue