Stacks from Dockhand
This commit is contained in:
17
Stacks/DS1-Main/lemp/docker-compose.yml
Normal file
17
Stacks/DS1-Main/lemp/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
php:
|
||||
image: serversideup/php:8.5-fpm-nginx
|
||||
ports:
|
||||
- "81:8080"
|
||||
environment:
|
||||
# Customize PHP with environment variables
|
||||
PHP_OPCACHE_ENABLE: "1"
|
||||
PHP_MEMORY_LIMIT: "512M"
|
||||
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: 512M
|
||||
|
||||
volumes:
|
||||
- /volume1/docker/lemp:/var/www/html
|
||||
Reference in New Issue
Block a user