Skip to content

Commit

Permalink
no dots in hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph committed Sep 25, 2024
1 parent 3913c4b commit cafdcdb
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 @@ -305,7 +305,7 @@ services:

# PEcAn ED model runner
ed2:
hostname: ed2-2.2.0
hostname: ed2-2_2_0
user: "${UID:-1001}:${GID:-1001}"
image: pecan/model-ed2-2.2.0:${PECAN_VERSION:-latest}
restart: unless-stopped
Expand Down Expand Up @@ -337,7 +337,7 @@ services:

# PEcAn BioCro model runner
biocro:
hostname: biocro-0.95
hostname: biocro-0_95
user: "${UID:-1001}:${GID:-1001}"
image: pecan/model-biocro-0.95:${PECAN_VERSION:-latest}
restart: unless-stopped
Expand Down

0 comments on commit cafdcdb

Please sign in to comment.