Update custom configuration file path in production.yml

This commit is contained in:
2024-04-27 19:13:58 +08:00
parent d567872c40
commit 707a5e86e7
2 changed files with 1 additions and 268 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ services:
volumes:
- './privatebin-data:/srv/data' # data volume for pastes allows pastes
# to persist after container stop or restart
- './conf.php:/srv/cfg/conf.php:ro' # second volume for custom configuration file
- './config/conf.php:/srv/cfg/conf.php:ro' # second volume for custom configuration file
expose:
- 8080
restart: unless-stopped