Skip to content

Commit

Permalink
fix: remove nodes.json and edges.json from docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agung2001 committed Jan 13, 2023
1 parent 4f56d92 commit 1472b8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ services:
- ./config.json:/usr/share/nginx/html/config.json
- ./assets/img/avatar.jpg:/usr/share/nginx/html/assets/img/avatar.jpg
- ./assets/img/cover.jpg:/usr/share/nginx/html/assets/img/cover.jpg
- ./nodes.json:/usr/share/nginx/html/nodes.json
- ./edges.json:/usr/share/nginx/html/edges.json
ports:
- ${WEBSERVER_PORT-80}:80

0 comments on commit 1472b8e

Please # to comment.