mirror of
https://github.com/kataras/iris.git
synced 2025-12-21 11:57:02 +00:00
update some examples
Former-commit-id: 2ed7c323dd379eb68d5ccb2044cd9cc772ce0b08
This commit is contained in:
8
_examples/tutorial/docker/docker-compose.yml
Normal file
8
_examples/tutorial/docker/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
# docker-compose up [--build]
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
ports:
|
||||
- 8080:8080
|
||||
Reference in New Issue
Block a user