version: '3.8' services: pgadmin: image: alexsuf/pgadmin container_name: pgadmin ports: - 5050:80 # localhost:5050 environment: PGADMIN_DEFAULT_EMAIL: [email protected] PGADMIN_DEFAULT_PASSWORD: secret volumes: - pgadmin_data:/var/lib/pgadmin - ./FILES:/mnt/files
Content type
Image
Digest
sha256:6188dbc5b…
Size
186.3 MB
Last updated
8 months ago
docker pull alexsuf/pgadmin