Skip to content

Commit 2a21c13

Browse files
author
vsilent
committed
tag 4.4.8
1 parent 6645919 commit 2a21c13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ volumes:
88
services:
99

1010
php:
11-
image: trydirect/symfony4-restful:latest
11+
image: trydirect/symfony4-restful:4.4.8
1212
build: dockerfiles/build
1313
restart: always
1414
container_name: php

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ volumes:
88
services:
99

1010
php:
11-
image: trydirect/symfony4-restful:latest
11+
image: trydirect/symfony4-restful:4.4.8
1212
restart: always
1313
container_name: php
1414
links:

0 commit comments

Comments
 (0)