1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-05-31 22:59:39 +02:00
dockerfiles/superset/arm/docker-compose.yml

8 lines
126 B
YAML
Raw Normal View History

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