Fixed compose
This commit is contained in:
parent
8eeed33828
commit
8f93591395
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user