wat kleine verbeteringen
This commit is contained in:
parent
62d0419a76
commit
609cc7cc7e
3 changed files with 25 additions and 5 deletions
|
|
@ -13,10 +13,13 @@ services:
|
|||
volumes:
|
||||
- ./share/create.sql:/docker-entrypoint-initdb.d/1.sql
|
||||
ports:
|
||||
- 3306
|
||||
- 3306:3306
|
||||
|
||||
webgui:
|
||||
image: webgui
|
||||
image: webgui:latest
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: Dockerfile
|
||||
container_name: webgui
|
||||
depends_on:
|
||||
- db
|
||||
|
|
@ -38,4 +41,4 @@ services:
|
|||
#- "443:443"
|
||||
# TODO: serve staatic files directly from nginx
|
||||
#- ./www:/var/www/html:ro
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue