Skip to content

Commit

Permalink
Fix avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez committed Sep 25, 2019
1 parent 3f23412 commit 7b6dad7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file removed DAPPMANAGER-min.png
Binary file not shown.
Binary file added avatar-dappmanager.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.4"
version: '3.4'
networks:
network:
driver: bridge
Expand All @@ -12,13 +12,13 @@ services:
build:
context: .
dockerfile: ./build/Dockerfile
image: "dappmanager.dnp.dappnode.eth:0.2.11"
image: 'dappmanager.dnp.dappnode.eth:0.2.11'
container_name: DAppNodeCore-dappmanager.dnp.dappnode.eth
restart: always
volumes:
- "dappmanagerdnpdappnodeeth_data:/usr/src/app/dnp_repo/"
- "/usr/src/dappnode/DNCORE/:/usr/src/app/DNCORE/"
- "/var/run/docker.sock:/var/run/docker.sock"
- 'dappmanagerdnpdappnodeeth_data:/usr/src/app/dnp_repo/'
- '/usr/src/dappnode/DNCORE/:/usr/src/app/DNCORE/'
- '/var/run/docker.sock:/var/run/docker.sock'
dns: 172.33.1.2
networks:
network:
Expand Down

0 comments on commit 7b6dad7

Please sign in to comment.