Skip to content

Commit

Permalink
changed main to latest tag on docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
roseckyj committed Apr 4, 2024
1 parent f4ad764 commit c131932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
server:
image: ghcr.io/roseckyj/terratinker_server:main
image: ghcr.io/roseckyj/terratinker_server:latest
expose:
- 7070
networks:
Expand All @@ -14,7 +14,7 @@ services:
- fileUpload:/app/plugins/TerraTinker

web:
image: ghcr.io/roseckyj/terratinker_web:main
image: ghcr.io/roseckyj/terratinker_web:latest
ports:
- ${PORT:-80}:80
networks:
Expand Down

0 comments on commit c131932

Please sign in to comment.