Skip to content

Commit

Permalink
Merge pull request #6 from ddivad195/chore-update-docker-compose-serv…
Browse files Browse the repository at this point in the history
…ice-name

chore: update docker compose service name
  • Loading branch information
ddivad195 authored Oct 8, 2020
2 parents bdaa85c + aa85521 commit 4885fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: '3.7'
services:
starter:
keeper:
container_name: Keeper
build:
dockerfile: Dockerfile
Expand All @@ -14,4 +14,4 @@ services:
- .env

volumes:
app:
app:

0 comments on commit 4885fd1

Please sign in to comment.