Docker Scriptcase 9.12.030 environment - image with PHP 8.1 + MySQL
1.1K
---
services:
scriptcase-service:
image: dandinuro/scriptcase
container_name: scriptcase-app
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- APP_URL=https://subdomain.example.com
volumes:
- scriptcase-data:/var/www/html/netmake
ports:
- 8097:80/tcp
tty: true
dns:
- 8.8.8.8
- 8.8.4.4
restart: unless-stopped
volumes:
scriptcase-data:
driver: local
driver_opts:
type: none
device: /home/your_user/your_path/netmake
o: bind
Content type
Image
Digest
sha256:508ddd7a7…
Size
849.5 MB
Last updated
12 months ago
docker pull dandinuro/scriptcase