Skip to content

Commit

Permalink
update docker-compose files to point release image
Browse files Browse the repository at this point in the history
  • Loading branch information
SaikrishnaBairamoni committed Jul 12, 2022
1 parent 61d4e9a commit 4211863
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.3.0
image: usdotfhwaops/php:release_7.3.1
container_name: php
network_mode: host
depends_on:
Expand All @@ -29,7 +29,7 @@ services:
tty: true

v2xhub:
image: usdotfhwaops/v2xhubamd:7.3.0
image: usdotfhwaops/v2xhubamd:release_7.3.1
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.3.0
image: usdotfhwaops/port-drayage-webservice:release_7.3.1
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_arm:7.3.0
image: usdotfhwaops/php_arm:release_7.3.1
container_name: php
network_mode: host
depends_on:
Expand All @@ -29,7 +29,7 @@ services:
tty: true

v2xhub:
image: usdotfhwaops/v2xhubarm:7.3.0
image: usdotfhwaops/v2xhubarm:release_7.3.1
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_arm:7.3.0
image: usdotfhwaops/port-drayage-webservice_arm:release_7.3.1
container_name: port_drayage_webservice
network_mode: host
secrets:
Expand Down

0 comments on commit 4211863

Please sign in to comment.