Skip to content

Commit 2cb6597

Browse files
Vlad BatushkovVlad Batushkov
authored andcommitted
github folder
1 parent 62f5f0f commit 2cb6597

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV path=default
2020
CMD ["sh", "-c", "dotnet Strazh.dll $path"]
2121
```
2222

23-
Create `strazh:dev` image:
23+
Create local `strazh:dev` image:
2424

2525
`docker build . -t strazh:dev`
2626

@@ -37,11 +37,8 @@ version: '3'
3737
services:
3838
3939
strazh:
40-
build:
41-
context: .
42-
dockerfile: ./Dockerfile
43-
image: strazh:dev
44-
container_name: strazh_dev
40+
image: vladbatushkov/strazh:1.0.0-alpha
41+
container_name: strazh
4542
network_mode: host
4643
volumes:
4744
- ./Strazh:/dest
@@ -52,7 +49,7 @@ services:
5249
5350
neo4j:
5451
image: neo4j:4.2
55-
container_name: strazh_neo4j_dev
52+
container_name: strazh_neo4j
5653
restart: unless-stopped
5754
ports:
5855
- 7474:7474

0 commit comments

Comments
 (0)