Fixed compose

This commit is contained in:
Dan Elbert 2018-07-22 14:51:02 -05:00
parent 8eeed33828
commit 8f93591395

View File

@ -3,10 +3,12 @@ version: '3'
services:
memcache:
image: memcached:1.5.4-alpine
restart: unless-stopped
command: memcached -m 512
web:
image: danelbert/parsley:production
restart: unless-stopped
ports:
- "7000:80"
environment: