df55917347
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
294 B
YAML
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
|