3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/docker/docker-compose.production.yml

10 lines
159 B
YAML

version: '3'
services:
www:
image: farmos/farmos:2.x
volumes:
- './sites:/opt/drupal/web/sites'
ports:
- '80:80'
restart: always