Migrate to apps.json naming
This commit is contained in:
@ -8,7 +8,7 @@ services:
|
||||
- source: abra_conf
|
||||
target: /etc/nginx/conf.d/abra.conf
|
||||
- source: abra_apps_json
|
||||
target: /var/www/abra-apps/abra-apps.json
|
||||
target: /var/www/abra-apps/apps.json
|
||||
volumes:
|
||||
- "public:/var/www/abra-apps"
|
||||
networks:
|
||||
|
@ -5,6 +5,6 @@ server {
|
||||
location / {
|
||||
root /var/www/abra-apps;
|
||||
add_header Content-Type application/json;
|
||||
index abra-apps.json;
|
||||
index apps.json;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user