Update docker-compose.yml

This commit is contained in:
Gauthier 2019-09-03 11:12:12 +08:00 committed by GitHub
parent cb436fa67f
commit 2e8126011a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,6 @@ services:
ports:
- 8090:8080
environment:
- KOMGA_USER_PASSWORD=your-admin-password
- KOMGA_ADMIN_PASSWORD=your-user-password
- KOMGA_USER_PASSWORD=your-user-password
- KOMGA_ADMIN_PASSWORD=your-admin-password
restart: unless-stopped