Update docker-compose.yml

This commit is contained in:
Nick Sweeting 2024-09-06 07:00:00 -07:00 committed by GitHub
parent 1d48c1ddf6
commit 58c6acc4cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,6 +17,7 @@ services:
- 8000:8000 - 8000:8000
volumes: volumes:
- ./data:/data - ./data:/data
# ./data/personas/Default/chrome_profile/Default:/data/personas/Default/chrome_profile/Default
environment: environment:
# - ADMIN_USERNAME=admin # create an admin user on first run with the given user/pass combo # - ADMIN_USERNAME=admin # create an admin user on first run with the given user/pass combo
# - ADMIN_PASSWORD=SomeSecretPassword # - ADMIN_PASSWORD=SomeSecretPassword