add hoppscotch
This commit is contained in:
18
Docker/hoppscotch/docker-compose.yml
Normal file
18
Docker/hoppscotch/docker-compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user