We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0196ef4 commit 6c995d8Copy full SHA for 6c995d8
README.md
@@ -238,4 +238,4 @@ docker compose up -d
238
239
## License
240
241
-MIT. See [LICENSE](LICENSE) for details.
+See [LICENSE](LICENSE) for details.
docker-compose.development.yml
@@ -67,15 +67,15 @@ services:
67
- DEBUG=${DEBUG:-false}
68
expose:
69
- 8000/tcp
70
- ports:
71
- - "${SERVER_PORT:-8080}:8000"
72
links:
73
- database-server
74
depends_on:
75
database-server:
76
condition: service_healthy
77
networks:
78
local:
+ ports:
+ - "${SERVER_PORT:-8080}:8000"
79
80
### Support Services ###
81
# PostgreSQL Database Server
0 commit comments