mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +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
|