mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
#228 running dbgate on subpath
This commit is contained in:
@@ -4,7 +4,7 @@ version: "3"
|
||||
services:
|
||||
dbgate:
|
||||
build: docker
|
||||
# image: dbgate/dbgate:beta
|
||||
# image: dbgate/dbgate:beta-alpine
|
||||
restart: always
|
||||
ports:
|
||||
- 3100:3000
|
||||
@@ -13,6 +13,9 @@ services:
|
||||
|
||||
volumes:
|
||||
- dbgate-data:/root/dbgate-data
|
||||
|
||||
# environment:
|
||||
# WEB_ROOT: /dbgate
|
||||
|
||||
# volumes:
|
||||
# - /home/jena/test/chinook:/mnt/sqt
|
||||
|
||||
Reference in New Issue
Block a user