Skip to content

Commit

Permalink
Openwisp: typo in folder's root
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Peterka committed Jun 2, 2023
1 parent 828d23f commit f311806
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/openwisp/templates/compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ services:
{{ common_settings }}
volumes:
- "{{app_root}}/openwisp:/etc/config/openwisp"
- "{{project_root}}/influxdb:/var/lib/influxdb"
- "{{project_root}}/media:/opt/openwisp/media"
- "{{project_root}}/private:/opt/openwisp/private"
- "{{app_root}}/influxdb:/var/lib/influxdb"
- "{{app_root}}/media:/opt/openwisp/media"
- "{{app_root}}/private:/opt/openwisp/private"
- /etc/localtime:/etc/localtime:ro
# - "{{project_root}}/./customization/configuration/django/:/opt/openwisp/openwisp/configuration:ro
depends_on:
Expand Down

0 comments on commit f311806

Please sign in to comment.