Skip to content

Commit

Permalink
Issue-287: Update docker-compose image tags to 6.2 release (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 authored Dec 13, 2021
1 parent 8d478ff commit 0ab59fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 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:latest
image: usdotfhwaops/php:6.2
container_name: php
network_mode: host
depends_on:
Expand All @@ -28,7 +28,7 @@ services:
tty: true

v2xhub:
image: usdotfhwaops/v2xhubamd:v2xrelease_6.2
image: usdotfhwaops/v2xhubamd:6.2
container_name: v2xhub
network_mode: host
restart: always
Expand All @@ -42,7 +42,7 @@ services:
- ./logs:/var/log/tmx
- ./MAP:/var/www/plugins/MAP
port_drayage_webservice:
image: usdotfhwaops/port-drayage-webservice:v2xrelease_6.2
image: usdotfhwaops/port-drayage-webservice:6.2
container_name: port_drayage_webservice
network_mode: host
secrets:
Expand Down
8 changes: 3 additions & 5 deletions configuration/arm64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,16 @@ services:
- ./mysql/:/docker-entrypoint-initdb.d/

php:
image: php:7.2.2-apache
image: usdotfhwaops/php:6.2
container_name: php
volumes:
- ../../web/:/var/www/html/
network_mode: host
depends_on:
- db
stdin_open: true
tty: true

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

0 comments on commit 0ab59fa

Please sign in to comment.