mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +00:00
Update custom configuration file path in production.yml
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user