Skip to content

Commit e870e4d

Browse files
committed
Merge branch 'main' into task/release
2 parents 826d433 + a897f9c commit e870e4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ services:
77
LANG: "en_GB"
88
TZ: "Europe/London"
99
ports:
10-
- 4000:4000
10+
- 3000:3000
1111
volumes:
12-
- ./config.yaml:/config.yaml
12+
- ./config:/config
1313
# - ./custom.css:/custom.css
1414
# - ./offline-assets:/offline-assets
1515
restart: always

0 commit comments

Comments
 (0)