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
2021-02-04 08:11:10 -05:00

9 lines
141 B
YAML

version: '2'
services:
www:
image: farmos/farmos:7.x-1.7
volumes:
- './sites:/var/www/html/sites'
ports:
- '80:80'