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

11 lines
226 B
YAML

version: '3'
services:
www:
# Update this to the latest stable version before deploying.
image: farmos/farmos:3.x.y
volumes:
- './sites:/opt/drupal/web/sites'
ports:
- '80:80'
restart: always