File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
1313 restart : always
1414 ports :
1515 - 127.0.0.1:${DB_PORT}:${DB_PORT}
16- # Uncomment volumes below to persist postgres data. Make sure to change directory to store data locally
16+ # Uncomment volumes below to persist PostgreSQL data. Make sure to change the directory to store data locally
1717 # volumes:
1818 # - /My/Encrypted/Drive/data:/var/lib/postgresql/18/docker #Mount your own drive, be sure to change 18 to your respective postgres version
1919 # - /My/Encrypted/Drive/archivedir:/var/lib/postgresql/archivedir #Mount your own drive
@@ -23,6 +23,6 @@ services:
2323 ports :
2424 - 127.0.0.1:1080:${PMM_PORT} # Unsecure connections
2525 - 127.0.0.1:1443:${PMM_TLS_PORT} # Secure connections
26- # Uncomment volumes below to persist postgres data. Make sure to change directory to store data locally
26+ # Uncomment volumes below to persist monitor data. Make sure to change the directory to store data locally
2727 # volumes:
2828 # - /My/Encrypted/Drive/srv:/srv
You can’t perform that action at this time.
0 commit comments