Docker Dashboard Doc: Username and Password (#3046)

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
This commit is contained in:
H3 2023-09-05 19:59:56 +02:00 committed by GitHub
parent 3cea6bc83d
commit b6d9eb7317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,9 @@ If you want to use `docker-compose` instead, here's a sample file:
restart: always restart: always
privileged: true privileged: true
network_mode: host network_mode: host
environment:
- USERNAME=test
- PASSWORD=ChangeMe
.. note:: .. note::