mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-02 19:17:33 +01:00
add httpbin
This commit is contained in:
5
httpbin/docker-compose.yml
Normal file
5
httpbin/docker-compose.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
httpbin:
|
||||
image: vimagick/httpbin
|
||||
ports:
|
||||
- "27815:80"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user