13 lines
225 B
YAML
13 lines
225 B
YAML
services:
|
|
memcached:
|
|
image: memcached
|
|
restart: always
|
|
expose:
|
|
- "11211"
|
|
yopass:
|
|
image: jhaals/yopass
|
|
restart: always
|
|
ports:
|
|
- 8667:80
|
|
command: --memcached=memcached:11211 --port 80
|