shlink-web-client/docker-compose.yml
2023-09-23 12:04:58 +02:00

13 lines
313 B
YAML

version: '3'
services:
shlink_web_client_node:
container_name: shlink_web_client_node
image: node:20.7-alpine
command: /bin/sh -c "cd /home/shlink/www && npm install && npm run start"
volumes:
- ./:/home/shlink/www
ports:
- "3000:3000"
- "56745:56745"
- "4173:4173"