We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd02673 commit cd78b71Copy full SHA for cd78b71
2 files changed
docker-compose.yml
@@ -6,8 +6,8 @@ services:
6
#build:
7
# context: ./
8
# dockerfile: debian.apache.Dockerfile
9
- image: tobi312/php:8.1-apache
10
- #image: tobi312/php:8.1-fpm-nginx-alpine
+ image: tobi312/php:8.4-apache
+ #image: tobi312/php:8.4-fpm-nginx-alpine
11
container_name: phpcontainer # or: website
12
#restart: unless-stopped
13
## ports ONLY with apache/nginx:
k8s.yaml
@@ -105,8 +105,8 @@ spec:
105
#hostname: website
106
containers:
107
- name: website
108
109
110
imagePullPolicy: Always
111
envFrom:
112
- configMapRef:
0 commit comments