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