Skip to content

Commit

Permalink
Update example docker-compose
Browse files Browse the repository at this point in the history
Replace image building with ghcr link.
  • Loading branch information
comstud committed Mar 10, 2024
1 parent bedf629 commit 50d99f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
version: '3.7'
services:
fletchling:
build: .
image: fletchling
image: ghcr.io/unownhash/fletchling:latest
container_name: fletchling
restart: unless-stopped
volumes:
Expand All @@ -18,7 +17,7 @@ services:
# to exec into for the importer. See the 'docker-osm-importer.sh'
# script.
fletchling-tools:
image: fletchling
image: ghcr.io/unownhash/fletchling:latest
container_name: fletchling-tools
restart: unless-stopped
command: ./sleep
Expand Down

0 comments on commit 50d99f5

Please sign in to comment.