Skip to content

Commit

Permalink
Make volume for opcache image specific with named volume: Escape char…
Browse files Browse the repository at this point in the history
…acters
  • Loading branch information
theCapypara committed Oct 7, 2024
1 parent f0a3f28 commit 13aca1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/php/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ service:
opcache:
host: "~/.cache/riptide/{{ parent().parent().name }}/{{ image }}/opcache/xdebug_{% if system_config().get_plugin_flag('php-xdebug.enabled') %}en{% else %}dis{% endif %}abled"
container: "/opcache"
volume_name: "php_opcache__xdebug_{% if system_config().get_plugin_flag('php-xdebug.enabled') %}enabled{% else %}disabled{% endif %}"
volume_name: "php_opcache__{{ parent().parent().name }}__{{ image | replace(':', '_') | replace('/', '_') }}__xdebug_{% if system_config().get_plugin_flag('php-xdebug.enabled') %}enabled{% else %}disabled{% endif %}"

0 comments on commit 13aca1a

Please sign in to comment.