+ laravel nginx config, php84
This commit is contained in:
@ -92,7 +92,7 @@ services:
|
||||
- 2500
|
||||
redis:
|
||||
image: redis
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
command: [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
|
||||
volumes:
|
||||
- ./config/redis/redis.conf:/usr/local/etc/redis/redis.conf
|
||||
@ -118,6 +118,6 @@ services:
|
||||
pm2:
|
||||
build:
|
||||
context: ./dockerfiles/pm2
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 3000
|
||||
|
Reference in New Issue
Block a user