This repository has been archived on 2022-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
Alley-HSBC-Frontend/docker/docker-compose.yml
2022-03-31 19:37:46 +01:00

8 lines
180 B
YAML

version: "3"
services:
digital-walkaround:
image: teamalley/digital-walkaround
container_name: digital-walkaround
ports:
- 3000:3000
restart: unless-stopped