Skip to content

Commit

Permalink
build: use required hostname for nodeodm container
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Aug 2, 2024
1 parent 7f889b8 commit 8ae14ca
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
Expand Up @@ -119,6 +119,8 @@ services:

odm-api:
image: docker.io/opendronemap/nodeodm:3.5.3
# This is hardcoded by default
hostname: webodm-node-odm-1
container_name: odm-api
networks:
- dtm-network
Expand All @@ -136,8 +138,6 @@ services:
depends_on:
odm-worker:
condition: service_started
odm-set-password:
condition: service_completed_successfully
env_file:
- .env
networks:
Expand Down

0 comments on commit 8ae14ca

Please sign in to comment.