1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/superset/arm/docker-compose.yml

8 lines
126 B
YAML
Raw Normal View History

2018-07-28 04:51:01 +02:00
superset:
image: easypi/superset-arm
ports:
- "8088:8088"
volumes:
- ./data:/var/lib/superset
restart: always