Skip to content

Commit e7b1f52

Browse files
committed
fix: wrong port in tourdeapp.yaml
1 parent 60f1889 commit e7b1f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tourdeapp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ containers:
66
port: 3001
77
- name: server
88
image: registry.tourde.cloud/<slug>/server
9-
port: 3001
9+
port: 3000
1010
env:
1111
DATABASE_URL: mysql://root:password@localhost:3306/tda_app
1212
- name: mysql

0 commit comments

Comments
 (0)