feat: change default port (#207)

Change default port from 8989 to 7474
This commit is contained in:
Ludvig Lundgren 2022-03-26 21:38:57 +01:00 committed by GitHub
parent 2d3ab67604
commit ffa2447c59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

View file

@ -7,5 +7,5 @@ services:
volumes:
- ./config:/config
ports:
- 8989:8989
- "7474:7474"
restart: unless-stopped