7 lines
145 B
YAML
7 lines
145 B
YAML
|
services:
|
||
|
app:
|
||
|
image: hibobmaster/iplookupserver:test
|
||
|
ports:
|
||
|
- "127.0.0.1:8000:8000"
|
||
|
restart: no
|
||
|
# restart:unless-stopped
|