binglab - This is my homelab site
Attachments
History
Blame
View Source
Changelog
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Docker Containers
Excalidraw
00d0d4
Commit
00d0d4
2025-05-14 14:18:01
MB Tech
: updated excalidraw
docker containers/excalidraw.md
..
@@ 20,7 20,7 @@
container_name: excalidraw
image: excalidraw/excalidraw:latest
ports:
-
- "3030:80"
+
- "8888:80"
restart: on-failure
```
@@ 28,14 28,14 @@
### Service: Excalidraw
- **Image**: `excalidraw/excalidraw:latest` is the Docker image used for Excalidraw.
- **Ports**:
-
- `3030:80` maps port 3030 on the host to port 80 in the container, where Excalidraw's web interface is accessible.
+
- `8888:80` maps port 8888 on the host to port 80 in the container, where Excalidraw's web interface is accessible.
- **Restart Policy**: `on-failure` ensures that the Excalidraw service restarts automatically in case of failure.
## Deploying Excalidraw
1. Save the Docker Compose configuration in a `docker-compose.yml` file.
2. Run `docker compose up -d` to start Excalidraw in detached mode.
-
3. Access Excalidraw by navigating to `http://<host-ip>:3030`.
+
3. Access Excalidraw by navigating to `http://<host-ip>:8888`.
## Configuring and Using Excalidraw
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9