Skip to content

Commit fed5d03

Browse files
committed
update template compose file
1 parent a913f86 commit fed5d03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)