mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
fix: update seafile service to expose port 8000 instead of 80
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ services:
|
|||||||
image: ${SEAFILE_IMAGE:-seafileltd/seafile-mc:12.0-latest}
|
image: ${SEAFILE_IMAGE:-seafileltd/seafile-mc:12.0-latest}
|
||||||
container_name: seafile
|
container_name: seafile
|
||||||
expose:
|
expose:
|
||||||
- 80
|
- 8000
|
||||||
volumes:
|
volumes:
|
||||||
- seafile-data:/shared
|
- seafile-data:/shared
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user