nautobot / nautobot-lab

All-in-one Docker container that allows a user to explore Nautobot in a lab environment.
Apache License 2.0
41 stars 13 forks source link

Inconsistent postgresql version numbers in apt and volume sections #92

Open KongNan opened 7 months ago

KongNan commented 7 months ago
#70 apt-get install -y \
#71 postgresql-14
#...
#85 VOLUME /var/lib/postgresql/12/main

This may not be as expected.

(sorry for my English)