move files around
This commit is contained in:
8
docker/docker-sample/docker-compose.yml
Normal file
8
docker/docker-sample/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "5001:5000"
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
Reference in New Issue
Block a user