Files

14 lines
357 B
YAML

services:
editor:
build:
context: ..
dockerfile: administration/Dockerfile
container_name: ikfreunde-editor
ports:
- "4173:4173"
volumes:
- ..:/app
working_dir: /app
command: ["php", "-d", "opcache.enable_cli=0", "-S", "0.0.0.0:4173", "administration/scripts/editor_server.php"]
restart: unless-stopped