docker updates, default port is now 8080

This commit is contained in:
Milos Stojanovic
2023-01-25 13:40:32 +01:00
parent d0936b92c1
commit 37d25ef881
2 changed files with 7 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ services:
image: filegator:latest
restart: always
ports:
- "8080:80"
- "8080:8080"
volumes:
- repository:/var/www/filegator/repository
- private:/var/www/filegator/private