Skip to content

Commit cd78b71

Browse files
committed
php version
1 parent cd02673 commit cd78b71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ services:
66
#build:
77
# context: ./
88
# dockerfile: debian.apache.Dockerfile
9-
image: tobi312/php:8.1-apache
10-
#image: tobi312/php:8.1-fpm-nginx-alpine
9+
image: tobi312/php:8.4-apache
10+
#image: tobi312/php:8.4-fpm-nginx-alpine
1111
container_name: phpcontainer # or: website
1212
#restart: unless-stopped
1313
## ports ONLY with apache/nginx:

k8s.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ spec:
105105
#hostname: website
106106
containers:
107107
- name: website
108-
#image: tobi312/php:8.1-fpm-nginx-alpine
109-
image: tobi312/php:8.1-apache
108+
#image: tobi312/php:8.4-fpm-nginx-alpine
109+
image: tobi312/php:8.4-apache
110110
imagePullPolicy: Always
111111
envFrom:
112112
- configMapRef:

0 commit comments

Comments
 (0)