mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +00:00
f5051c6028
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
12 lines
259 B
YAML
12 lines
259 B
YAML
services:
|
|
swagger-editor:
|
|
container_name: swagger-editor
|
|
image: docker.io/swaggerapi/swagger-editor:v5.5.2
|
|
restart: unless-stopped
|
|
networks:
|
|
- homelab-network
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
ports:
|
|
- 2080:80
|