wishlist-app/docker-compose.yml
Benny Samir Hierl 271e033a5a docker-compose adjustments
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
2022-01-29 18:10:37 +01:00

9 lines
150 B
YAML

version: '3.7'
services:
wishlist:
image: thisisbenny/wishlist-app:latest
ports:
- '5000:5000'
volumes:
- ./data:/app/data