We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f5f0f commit 2cb6597Copy full SHA for 2cb6597
2 files changed
workflows/publish.yml .github/workflows/publish.ymlworkflows/publish.yml renamed to .github/workflows/publish.yml
README.md
@@ -20,7 +20,7 @@ ENV path=default
20
CMD ["sh", "-c", "dotnet Strazh.dll $path"]
21
```
22
23
-Create `strazh:dev` image:
+Create local `strazh:dev` image:
24
25
`docker build . -t strazh:dev`
26
@@ -37,11 +37,8 @@ version: '3'
37
services:
38
39
strazh:
40
- build:
41
- context: .
42
- dockerfile: ./Dockerfile
43
- image: strazh:dev
44
- container_name: strazh_dev
+ image: vladbatushkov/strazh:1.0.0-alpha
+ container_name: strazh
45
network_mode: host
46
volumes:
47
- ./Strazh:/dest
@@ -52,7 +49,7 @@ services:
52
49
53
50
neo4j:
54
51
image: neo4j:4.2
55
- container_name: strazh_neo4j_dev
+ container_name: strazh_neo4j
56
restart: unless-stopped
57
ports:
58
- 7474:7474
0 commit comments