10 lines
168 B
YAML
10 lines
168 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
hoppscotch:
|
|
container_name: hoppscotch
|
|
image: hoppscotch/hoppscotch:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- 3232:3000
|