mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-04-16 03:19:37 +00:00
Added more warnings about sudo -E to docker docs
Related to issue #1319
This commit is contained in:
parent
991daf0ead
commit
52df554b29
2 changed files with 7 additions and 0 deletions
|
|
@ -95,6 +95,11 @@ services:
|
|||
docker-compose up -d
|
||||
```
|
||||
|
||||
{: .warning }
|
||||
> If you run a root console inside the docker container, and wanna execute commands on the webserver behalf, be sure to use `sudo -E` command (with the `-E` flag) to preserve env variables from the current shell.
|
||||
> Otherwise Part-DB console might use the wrong configuration to execute commands.
|
||||
|
||||
|
||||
6. Create the initial database with
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue