Fix admin user creation (#472)

add ADMIN_USER, ADMIN_PASSWORD and ADMIN_EMAIL
This commit is contained in:
masavini
2022-09-20 14:18:25 +02:00
committed by GitHub
parent cba2ed75ed
commit 25eaa35758
2 changed files with 11 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ services:
context: .
dockerfile: ./Dockerfile-dev
image: mediacms/mediacms-dev:latest
environment:
ADMIN_USER: 'admin'
ADMIN_PASSWORD: 'admin'
ADMIN_EMAIL: 'admin@localhost'
ports:
- "80:80"
volumes: