Backend: Expose port 80 for acceptance tests
This commit is contained in:
parent
95c958a142
commit
0e37580dd9
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ services:
|
|||
- photoprism-db
|
||||
ports:
|
||||
- "2342:2342" # Web Server (PhotoPrism)
|
||||
- "80:80"
|
||||
expose:
|
||||
- "80" # Acceptance Tests
|
||||
volumes:
|
||||
- ".:/go/src/github.com/photoprism/photoprism"
|
||||
- "go-mod:/go/pkg/mod"
|
||||
|
|
Loading…
Reference in a new issue