mirror of
https://github.com/docker/awesome-compose.git
synced 2025-12-30 18:58:29 +01:00
Fix default port mapping and indentation
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
@@ -12,9 +12,7 @@ services:
|
||||
volumes:
|
||||
- git_data:/data
|
||||
ports:
|
||||
- 80:3000
|
||||
depends_on:
|
||||
- db
|
||||
- 3000:3000
|
||||
db:
|
||||
image: postgres:alpine
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user