Skip to content
Snippets Groups Projects
Commit 08a567b9 authored by Jens Sandmann's avatar Jens Sandmann
Browse files

upgrade wordpress & mariadb

parent 7ad3ba7b
No related branches found
No related tags found
No related merge requests found
FROM wordpress:5.7.0-php8.0-apache FROM wordpress:5.9.0-php8.1-apache
# install the PHP extensions we need # install the PHP extensions we need
RUN set -x \ RUN set -x \
......
...@@ -5,7 +5,7 @@ services: ...@@ -5,7 +5,7 @@ services:
db: db:
image: mariadb:10.5.8 image: mariadb:10.5.13
restart: always restart: always
volumes: volumes:
- /srv/wordpress/db/:/var/lib/mysql - /srv/wordpress/db/:/var/lib/mysql
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
MYSQL_DATABASE: wordpress MYSQL_DATABASE: wordpress
MYSQL_USER: wordpress MYSQL_USER: wordpress
networks: networks:
- default - default
app: app:
...@@ -34,12 +34,12 @@ services: ...@@ -34,12 +34,12 @@ services:
- traefik.http.routers.{{ servicename }}.entrypoints=websecure - traefik.http.routers.{{ servicename }}.entrypoints=websecure
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=80 - traefik.http.services.{{ servicename }}.loadbalancer.server.port=80
networks: networks:
- default - default
- mail - mail
- web - web
networks: networks:
mail: mail:
external: true external: true
web: web:
external: true external: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment