Skip to content

Commit

Permalink
Fix notify-push service definition (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
micxer authored Aug 18, 2024
1 parent 7497579 commit f8e6f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/docker-compose-nextcloud.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ services:
- "{{ docker_compose_generator_nextcloud_base_path }}/config:/var/www/html/config"
- "{{ docker_compose_generator_nextcloud_base_path }}/remoteip.conf:/etc/apache2/conf-available/remoteip.conf:ro"
- "{{ docker_compose_generator_nextcloud_base_path }}/redis-session.ini:/usr/local/etc/php/conf.d/redis-session.ini"
- service_name: notify_push
active: true
notify_push:
container_name: nc-notify-push
depends_on:
- nextcloud
entrypoint: /var/www/html/custom_apps/notify_push/bin/x86_64/notify_push /var/www/html/config/config.php
Expand Down

0 comments on commit f8e6f52

Please sign in to comment.