adds comment about exposed ports

This commit is contained in:
Philipp Häfelfinger 2022-09-23 23:12:06 +02:00
parent d47b30b477
commit 76268d0ae7

View File

@ -24,6 +24,7 @@ services:
MARIADB_USER: piwigo MARIADB_USER: piwigo
MARIADB_PASSWORD: Asdfqwer1234 MARIADB_PASSWORD: Asdfqwer1234
MARIADB_ROOT_PASSWORD: Qwerasdf1234 MARIADB_ROOT_PASSWORD: Qwerasdf1234
# We do expose the database to make access and checking the data quite easy
ports: ports:
- 3306:3306 - 3306:3306
expose: expose: