mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-04-19 23:37:41 +00:00
docker-compose adjustments
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
b42767b003
commit
271e033a5a
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
wishlist:
|
wishlist:
|
||||||
image: thisisbenny/wishlist-webapp:latest
|
image: thisisbenny/wishlist-app:latest
|
||||||
ports:
|
ports:
|
||||||
- '5000:5000'
|
- '5000:5000'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
wishlist:
|
wishlist:
|
||||||
build: ./
|
image: thisisbenny/wishlist-app:latest
|
||||||
ports:
|
ports:
|
||||||
- '5000:5000'
|
- '5000:5000'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue