mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 04:14:38 +00:00
Fix naming of the chapter dir
This commit is contained in:
10
11_compose/demo/app/docker-compose.yml
Normal file
10
11_compose/demo/app/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
services:
|
||||
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
Reference in New Issue
Block a user