Add port configuration for services
This commit is contained in:
@@ -2,12 +2,13 @@
|
||||
# slogan: NocoDB is an open source Airtable alternative. Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.
|
||||
# tags: nocodb,airtable,mysql,postgresql,sqlserver,sqlite,mariadb
|
||||
# logo: svgs/nocodb.svg
|
||||
# port: 8080
|
||||
|
||||
services:
|
||||
nocodb:
|
||||
image: nocodb/nocodb
|
||||
environment:
|
||||
- SERVICE_FQDN_NOCODB
|
||||
- SERVICE_FQDN_NOCODB_8080
|
||||
volumes:
|
||||
- nocodb-data:/usr/app/data/
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user