diff --git a/Dockerfile b/Dockerfile index 61adab7..0f7f2a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:16 +FROM apache/age:latest COPY ./create-multiple-databases.sh /docker-entrypoint-initdb.d/create-multiple-databases.sh RUN chmod +x /docker-entrypoint-initdb.d/create-multiple-databases.sh \ No newline at end of file diff --git a/README.md b/README.md index 9872e0d..9c68923 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Daten-Server This is a simple extensions to the PostgresSQL 15 Database Container, to provide support -for multiple databases and users, when running in a Docker environment. +for multiple databases and users, when running in a Docker environment, it also comes in +cluded with the Apache AGE extension. ## Usage