Skip to content

Commit

Permalink
Merge pull request #327 from usdot-fhwa-OPS/update_release-tags
Browse files Browse the repository at this point in the history
update dockercompose tags to latest
  • Loading branch information
SaikrishnaBairamoni authored Feb 11, 2022
2 parents fe6d98b + 373f9a4 commit 0b32a79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions configuration/amd64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- ./mysql/port_drayage.sql:/docker-entrypoint-initdb.d/port_drayage.sql

php:
image: usdotfhwaops/php:7.1
image: usdotfhwaops/php:latest
container_name: php
network_mode: host
depends_on:
Expand All @@ -29,7 +29,7 @@ services:
tty: true

v2xhub:
image: usdotfhwaops/v2xhubamd:7.1
image: usdotfhwaops/v2xhubamd:latest
container_name: v2xhub
network_mode: host
restart: always
Expand All @@ -43,7 +43,7 @@ services:
- ./logs:/var/log/tmx
- ./MAP:/var/www/plugins/MAP
port_drayage_webservice:
image: usdotfhwaops/port-drayage-webservice:7.1
image: usdotfhwaops/port-drayage-webservice:latest
container_name: port_drayage_webservice
network_mode: host
secrets:
Expand Down
6 changes: 3 additions & 3 deletions configuration/arm64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- ./mysql/port_drayage.sql:/docker-entrypoint-initdb.d/port_drayage.sql

php:
image: usdotfhwaops/php:7.1
image: usdotfhwaops/php:latest
container_name: php
network_mode: host
depends_on:
Expand All @@ -29,7 +29,7 @@ services:
tty: true

v2xhub:
image: usdotfhwaops/v2xhubarm:7.1
image: usdotfhwaops/v2xhubarm:latest
container_name: v2xhub
network_mode: host
restart: always
Expand All @@ -43,7 +43,7 @@ services:
- ./logs:/var/log/tmx
- ./MAP:/var/www/plugins/MAP
port_drayage_webservice:
image: usdotfhwaops/port-drayage-webservice:7.1
image: usdotfhwaops/port-drayage-webservice:latest
container_name: port_drayage_webservice
network_mode: host
secrets:
Expand Down

0 comments on commit 0b32a79

Please sign in to comment.