Skip to content
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
TZ: "UTC" # Timezone to use in container
VARIANT: "full"
image: caldera:latest
container_name: caldera
ports:
- "8888:8888"
- "8443:8443"
Expand All @@ -20,4 +21,5 @@ services:
- "2222:2222"
volumes:
- ./:/usr/src/app
- /usr/src/app/plugins/magma # Anonymous volume to preserve built UI assets from being overwritten by host mount
command: --log DEBUG
Loading