php82
This commit is contained in:
parent
abf4eb0876
commit
049e4a76a2
|
@ -63,7 +63,7 @@ services:
|
|||
- 443:443/udp
|
||||
- 80:80
|
||||
restart: always
|
||||
mem_limit: 128M
|
||||
mem_limit: 512M
|
||||
dns: fd00::3:2
|
||||
networks:
|
||||
default:
|
||||
|
@ -157,7 +157,7 @@ services:
|
|||
restart: always
|
||||
mem_limit: 128M
|
||||
php:
|
||||
image: php-alpine
|
||||
image: php82-alpine
|
||||
extra_hosts:
|
||||
- "mail.verry.org:192.168.42.3"
|
||||
dns: 192.168.3.2
|
||||
|
@ -175,7 +175,6 @@ services:
|
|||
- env/authentik
|
||||
authentik-worker:
|
||||
image: ghcr.io/goauthentik/server:latest
|
||||
restart: unless-stopped
|
||||
command: worker
|
||||
volumes:
|
||||
- /srv/docker/volume/authentik/certs:/certs
|
||||
|
|
Loading…
Reference in a new issue