mirror of
https://gitee.com/lakernote/easy-admin.git
synced 2026-09-06 23:17:21 +08:00
5 lines
105 B
Docker
5 lines
105 B
Docker
FROM postgres:14.5
|
|
ENV POSTGRES_USER easyadmin
|
|
ENV POSTGRES_PASSWORD ABC123456
|
|
ENV POSTGRES_DB easyadmin
|