Skip to content

Commit f661062

Browse files
authored
nits
1 parent 172378d commit f661062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)