Skip to content

Commit

Permalink
Actualización nombres de imagenes
Browse files Browse the repository at this point in the history
  • Loading branch information
uo278290 committed Apr 9, 2022
1 parent 044e5a2 commit 4705533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '3.5'
services:
restapi:
image: ghcr.io/Arquisoft/dede_es2c/restapi:latest
image: ghcr.io/arquisoft/dede_es2c/restapi:latest
ports:
- "5000:5000"
webapp:
image: ghcr.io/Arquisoft/dede_es2c/webapp:latest
image: ghcr.io/arquisoft/dede_es2c/webapp:latest
ports:
- "3000:3000"
depends_on:
Expand Down

0 comments on commit 4705533

Please sign in to comment.