mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-05 15:02:57 +02:00
10 lines
175 B
YAML
10 lines
175 B
YAML
services:
|
|
htmlpurifier:
|
|
build:
|
|
context: "."
|
|
dockerfile: Dockerfile
|
|
container_name: 'htmlpurifier'
|
|
tty: true
|
|
volumes:
|
|
- .:/opt/htmlpurifier
|