1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-05 15:02:57 +02:00
Files
php-htmlpurifier/docker-compose.yaml
2025-06-05 22:42:52 -04:00

10 lines
175 B
YAML

services:
htmlpurifier:
build:
context: "."
dockerfile: Dockerfile
container_name: 'htmlpurifier'
tty: true
volumes:
- .:/opt/htmlpurifier