File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments