Update DOCKER_INSTALL.md

This commit is contained in:
Martin Biolek 2023-02-17 21:06:06 +01:00
parent 140f794b43
commit 7b4013764a

View file

@ -18,7 +18,7 @@
- copy the `.env.example` file to `.env` and change the database password - copy the `.env.example` file to `.env` and change the database password
### run service bring-up and running ### service bring-up and running
``` ```
$ sudo groupadd docker $ sudo groupadd docker
$ sudo usermod -aG docker ${USER} $ sudo usermod -aG docker ${USER}