Skip to content

Commit

Permalink
One service was missing the custom volume
Browse files Browse the repository at this point in the history
  • Loading branch information
demyxco committed Feb 21, 2024
1 parent eca85ca commit fea20d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions function/yml.sh
Expand Up @@ -862,6 +862,7 @@ demyx_yml_ols_bedrock() {
restart: unless-stopped
volumes:
- \${DEMYX_APP_TYPE}_\${DEMYX_APP_ID}:/demyx
- \${DEMYX_APP_TYPE}_\${DEMYX_APP_ID}_custom:/etc/demyx/custom
- \${DEMYX_APP_TYPE}_\${DEMYX_APP_ID}_log:/var/log/demyx
$DEMYX_YML_OLS_DEV_VOLUME
$(demyx_yml_service_pma)
Expand Down

0 comments on commit fea20d7

Please sign in to comment.