Skip to content

Commit e4e0a63

Browse files
committed
Better safe than sorry, keep PostgreSQL at 11 for now.
1 parent 150f35e commit e4e0a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
- netbox-static-files:/opt/netbox/netbox/static:ro
3737
- netbox-nginx-config:/etc/netbox-nginx/:ro
3838
postgres:
39-
image: postgres:12-alpine
39+
image: postgres:11-alpine
4040
env_file: env/postgres.env
4141
volumes:
4242
- netbox-postgres-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)