Skip to content

Commit

Permalink
Use published image in docker-compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
itaylor committed Mar 15, 2022
1 parent 66adcbf commit a3e08fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- "/var/run/docker.sock:/tmp/docker.sock:ro"

docker-vhoster:
build: ../
image: itaylor/docker-vhoster
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
- "/etc/hosts:/tmp/hosts"
Expand Down

0 comments on commit a3e08fc

Please sign in to comment.