snibox: fix yaml error, assign different port
This commit is contained in:
parent
b4f15d8460
commit
2dd9881322
2
.env
2
.env
|
@ -31,7 +31,7 @@ MEALIE_INTERNAL_PORT=80
|
|||
TRILIUM_EXTERNAL_PORT=8080
|
||||
TRILIUM_INTERNAL_PORT=8080
|
||||
SNIBOX_POSTGRES_DB_NAME=snibox
|
||||
SNIBOX_EXTERNAL_PORT=3003
|
||||
SNIBOX_EXTERNAL_PORT=3004
|
||||
SNIBOX_INTERNAL_PORT=80
|
||||
NETBOOTXYZ_INTERNAL_PORT=3001
|
||||
GITEA_INTERNAL_PORT=3002
|
|
@ -45,6 +45,7 @@ services:
|
|||
networks:
|
||||
postgres:
|
||||
external: true
|
||||
volumes:
|
||||
# pg-data:
|
||||
static-files:
|
||||
|
||||
volumes:
|
||||
# pg-data:
|
||||
static-files:
|
||||
|
|
Loading…
Reference in New Issue