Skip to content

Commit

Permalink
Hotfix: actualizado docker compose deploy
Browse files Browse the repository at this point in the history
Actualizado de master a latest
  • Loading branch information
uo277603 authored May 3, 2022
1 parent eeb728d commit 5aaa2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
version: '3.5'
services:
restapi:
image: ghcr.io/arquisoft/dede_es4c/restapi:master
image: ghcr.io/arquisoft/dede_es4c/restapi:latest
ports:
- "5000:5000"
webapp:
image: ghcr.io/arquisoft/dede_es4c/webapp:master
image: ghcr.io/arquisoft/dede_es4c/webapp:latest
ports:
- "3000:3000"
depends_on:
Expand Down

0 comments on commit 5aaa2aa

Please sign in to comment.