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: services:
memcache: memcache:
image: memcached:1.5.4-alpine image: memcached:1.5.4-alpine
restart: unless-stopped
command: memcached -m 512 command: memcached -m 512
web: web:
image: danelbert/parsley:production image: danelbert/parsley:production
restart: unless-stopped
ports: ports:
- "7000:80" - "7000:80"
environment: environment: