Skip to content
Snippets Groups Projects
Commit 72c1548e authored by Dan Forbes's avatar Dan Forbes
Browse files

Fix Docker Compose

parent cbf28f10
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,12 @@ version: "3.2" ...@@ -3,13 +3,12 @@ version: "3.2"
services: services:
dev: dev:
container_name: node-template container_name: node-template
image: paritytech/ci-linux:production image: paritytech/ci-linux:974ba3ac-20201006
working_dir: /var/www/node-template working_dir: /var/www/node-template
ports: ports:
- "9944:9944" - "9944:9944"
environment: environment:
- CARGO_HOME=/var/www/node-template/.cargo - CARGO_HOME=/var/www/node-template/.cargo
- WASM_BUILD_TOOLCHAIN=nightly-2020-10-05
volumes: volumes:
- .:/var/www/node-template - .:/var/www/node-template
- type: bind - type: bind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment