add hoppscotch

This commit is contained in:
2022-06-07 10:24:45 +08:00
parent 3e101ee140
commit e79d69723d

View File

@@ -0,0 +1,18 @@
version: '3'
services:
hoppscotch:
container_name: hoppscotch
restart: unless-stopped
# ports:
# - "3000:3000"
image: hoppscotch/hoppscotch:latest
networks:
nginx:
aliases:
- hoppscotch
networks:
nginx:
external: true
# docker run --rm --name hoppscotch -p 3000:3000 hoppscotch/hoppscotch:latest