Created docker-compose file.
This commit is contained in:
parent
89ad48534b
commit
2e2b0accad
1 changed files with 7 additions and 0 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
version: "3"
|
||||||
|
services:
|
||||||
|
little-link:
|
||||||
|
image: davisdre/littlelink:latest
|
||||||
|
container_name: littlelink-server
|
||||||
|
ports:
|
||||||
|
- 80:80
|
Loading…
Reference in a new issue