Skip to content

Commit

Permalink
startup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Konz committed Jul 17, 2024
1 parent c6b162c commit 36090c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
```bash
docker compose up
```
open your browser on http://localhost:8080
open your browser on http://localhost:8080/index.html
3 changes: 0 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ services:
MARIADB_PASSWORD: hakenhero
MARIADB_DATABASE: hakenhero
MARIADB_ROOT_PASSWORD: admin

volumes:
- ./docker/schema.sql:/docker-entrypoint-initdb.d/schema.sql
ports:
- "3306:3306"
File renamed without changes.

0 comments on commit 36090c4

Please sign in to comment.