This repository has been archived on 2022-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
docker_systems/grav/docker-compose.yml

13 lines
178 B
YAML
Raw Normal View History

2021-01-30 15:07:05 +01:00
version: "3"
services:
grav:
build: .
environment:
VIRTUAL_HOST: www.2li.ch
ports:
- 8080:80
volumes:
- ./data:/usr/html
restart: always