1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 02:38:07 +02:00

Fix default port mapping and indentation

Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
Anca Iordache 2020-03-24 00:36:46 +01:00
parent dc1bb13dce
commit 77c6920a83
20 changed files with 111 additions and 108 deletions

View file

@ -12,9 +12,7 @@ services:
volumes:
- git_data:/data
ports:
- 80:3000
depends_on:
- db
- 3000:3000
db:
image: postgres:alpine
environment: