Переход на php8.3 + обновление зависимостей

This commit is contained in:
2025-02-26 01:35:06 +08:00
parent d337925713
commit 2ab7cd7378
7 changed files with 37 additions and 112 deletions

View File

@@ -13,6 +13,8 @@ services:
build:
dockerfile: docker/php/${IPTV_ENV}.dockerfile
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- iptv
volumes:
@@ -27,6 +29,8 @@ services:
container_name: iptv-nginx
image: nginx:latest
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- iptv
volumes: