Ubuntu PostgreSQL Image
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.1'
services:
db:
image: ubuntu/postgres:14-22.04_beta
restart: always
environment:
POSTGRES_ROOT_PASSWORD: example
# (this is just an example, not intended to be a production configuration)Resources
Docker Hub: https://hub.docker.com/r/ubuntu/postgres
Configuration: See the Docker Hub page