Update Node version, refactoring

This commit is contained in:
2023-09-12 14:05:48 +02:00
parent b051da1835
commit b286a62c8c
8 changed files with 14 additions and 13 deletions

View File

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