Update Node version

This commit is contained in:
2023-09-12 14:18:22 +02:00
parent 510cede37f
commit caf6b150f5
7 changed files with 23 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
version: '3'
services:
php-fpm:
image: jkaninda/laravel-php-fpm:latest
image: jkaninda/laravel-php-fpm:8.2
container_name: php-fpm
restart: unless-stopped
volumes:
@@ -15,7 +15,7 @@ services:
container_name: nginx-server
restart: unless-stopped
ports:
- 88:80
- 80:80
volumes:
- ./laravel:/var/www/html
environment: