File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616 - serverjars
1717
1818 web :
19- image : ghcr.io/undeadjess/serverjars-web:testing
19+ image : ghcr.io/undeadjess/serverjars-web:production
2020 restart : on-failure
2121 container_name : serverjars-web
2222 environment :
@@ -31,7 +31,7 @@ services:
3131 - serverjars
3232
3333 fetcher :
34- image : ghcr.io/undeadjess/serverjars-fetcher:testing
34+ image : ghcr.io/undeadjess/serverjars-fetcher:production
3535 restart : on-failure
3636 container_name : serverjars-fetcher
3737 environment :
@@ -46,7 +46,7 @@ services:
4646 - serverjars
4747
4848 api :
49- image : ghcr.io/undeadjess/serverjars-api:testing
49+ image : ghcr.io/undeadjess/serverjars-api:production
5050 restart : always
5151 container_name : serverjars-api
5252 environment :
You can’t perform that action at this time.
0 commit comments