1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:50 +02:00
dockerfiles/krakend/docker-compose.yml

8 lines
135 B
YAML
Raw Normal View History

2019-12-02 12:28:46 +02:00
krakend:
2020-12-02 12:37:15 +02:00
image: devopsfaith/krakend:alpine
2019-12-02 12:28:46 +02:00
ports:
- "8080:8080"
volumes:
- ./data:/etc/krakend
restart: unless-stopped