Files
intotheeast-com/docker-compose.yml
T
2026-06-18 23:13:53 +02:00

13 lines
294 B
YAML

services:
grav:
image: getgrav/grav
container_name: intotheeast_grav
environment:
- GRAV_CHANNEL=beta
ports:
- "8081:80"
volumes:
- ./user:/var/www/html/user
- ./php/php-local.ini:/usr/local/etc/php/conf.d/php-local.ini
restart: unless-stopped