Переход на php8.3 + обновление зависимостей
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user