shlink-web-client/docker-compose.yml

12 lines
299 B
YAML
Raw Normal View History

2018-06-17 08:04:53 +02:00
services:
shlink_web_client_node:
container_name: shlink_web_client_node
2024-06-17 10:19:48 +02:00
image: node:22.3-alpine
2023-08-12 10:26:42 +02:00
command: /bin/sh -c "cd /home/shlink/www && npm install && npm run start"
volumes:
- ./:/home/shlink/www
ports:
- "3000:3000"
- "56745:56745"
- "4173:4173"