Skip to content

Commit

Permalink
example docker-compose use latest docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Feb 5, 2020
1 parent a57df55 commit 1c77929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:

admin:
restart: always
build: .
image: "quay.io/basis-company/tarantool-admin"
ports:
- "8000:80"
volumes:
Expand Down

0 comments on commit 1c77929

Please sign in to comment.