mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
8 lines
126 B
YAML
8 lines
126 B
YAML
|
superset:
|
||
|
image: easypi/superset-arm
|
||
|
ports:
|
||
|
- "8088:8088"
|
||
|
volumes:
|
||
|
- ./data:/var/lib/superset
|
||
|
restart: always
|