mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-25 10:18:07 +02:00
edit volume backend
Signed-off-by: Lukas Pol <lukaspaespol@gmail.com>
This commit is contained in:
parent
ac20b6471d
commit
7aa50368f8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ services:
|
|||
build: .
|
||||
command: bash -c "rm -f tmp/pids/server.pid && sleep 100000"
|
||||
volumes:
|
||||
- .:/myapp
|
||||
- ./web:/myapp
|
||||
ports:
|
||||
- "3000:3000"
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue