Update docker-compose.yml

This commit is contained in:
J.I. /podhead 2024-08-22 18:45:53 +02:00 committed by GitHub
parent 0c99ff8b56
commit 6d4b11f3da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ services:
# postgres
postgres:
image: docker.io/postgres:16-alpine
image: docker.io/postgres:14-alpine
env_file: env/postgres.env
volumes:
- netbox-postgres-data:/var/lib/postgresql/data