Debian based with Xampp
| ARCHITECTURE |
|---|
| x86-64 |
docker run \
-p CUSTOMPORT:80 \
-v CUTOMVOLUME:/opt/lamp/ \
--name CUSTOMNAME \
--restart unless-stopped \
cloudax/lamp:latest
version: '3.5'
services:
LAMP:
image: cloudax/lamp:latest
container_name: lamp
volumes:
- CUSTOMVOLUME:/opt/lamp/
restart: unless-stopped
ports:
- "CUSTOMPORT:80"
volumes:
CUSTOMVOLUME:
name: CUSTOMVOLUME
Content type
Image
Digest
Size
294 MB
Last updated
over 4 years ago
docker pull cloudax/lamp