Skip to content

Commit

Permalink
github folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Batushkov authored and Vlad Batushkov committed Jan 2, 2021
1 parent 62f5f0f commit 2cb6597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
File renamed without changes.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV path=default
CMD ["sh", "-c", "dotnet Strazh.dll $path"]
```

Create `strazh:dev` image:
Create local `strazh:dev` image:

`docker build . -t strazh:dev`

Expand All @@ -37,11 +37,8 @@ version: '3'
services:
strazh:
build:
context: .
dockerfile: ./Dockerfile
image: strazh:dev
container_name: strazh_dev
image: vladbatushkov/strazh:1.0.0-alpha
container_name: strazh
network_mode: host
volumes:
- ./Strazh:/dest
Expand All @@ -52,7 +49,7 @@ services:
neo4j:
image: neo4j:4.2
container_name: strazh_neo4j_dev
container_name: strazh_neo4j
restart: unless-stopped
ports:
- 7474:7474
Expand Down

0 comments on commit 2cb6597

Please sign in to comment.