Fix Docker Compose

main
Dan Forbes 2020-11-23 15:15:57 -08:00
parent cbf28f1042
commit 72c1548ec6
1 changed files with 1 additions and 2 deletions

View File

@ -3,13 +3,12 @@ version: "3.2"
services:
dev:
container_name: node-template
image: paritytech/ci-linux:production
image: paritytech/ci-linux:974ba3ac-20201006
working_dir: /var/www/node-template
ports:
- "9944:9944"
environment:
- CARGO_HOME=/var/www/node-template/.cargo
- WASM_BUILD_TOOLCHAIN=nightly-2020-10-05
volumes:
- .:/var/www/node-template
- type: bind