mirror of
https://github.com/jkaninda/laravel-php-fpm.git
synced 2025-12-06 17:09:39 +01:00
Update Node version
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user