🗺️ Added 5173 as the UI port
This commit is contained in:
@@ -1,13 +1,11 @@
|
|||||||
version: "3.7"
|
version: "3.7"
|
||||||
|
|
||||||
x-userdata-volume:
|
x-userdata-volume: &userdata-volume
|
||||||
&userdata-volume
|
|
||||||
type: bind
|
type: bind
|
||||||
source: ${USERDATA_DIRECTORY}
|
source: ${USERDATA_DIRECTORY}
|
||||||
target: /userdata
|
target: /userdata
|
||||||
|
|
||||||
x-comics-volume:
|
x-comics-volume: &comics-volume
|
||||||
&comics-volume
|
|
||||||
type: bind
|
type: bind
|
||||||
source: ${COMICS_DIRECTORY}
|
source: ${COMICS_DIRECTORY}
|
||||||
target: /comics
|
target: /comics
|
||||||
@@ -24,6 +22,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8050:8050"
|
- "8050:8050"
|
||||||
- "3050:3050"
|
- "3050:3050"
|
||||||
|
- "5173:5173"
|
||||||
links:
|
links:
|
||||||
- core-services
|
- core-services
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user