shlink-web-client/docker-compose.yml

14 lines
314 B
YAML
Raw Normal View History

2018-06-17 09:04:53 +03:00
version: '3'
services:
shlink_web_client_node:
container_name: shlink_web_client_node
image: node:16.13-alpine
2019-04-14 22:58:10 +03:00
command: /bin/sh -c "cd /home/shlink/www && npm install && npm run start"
volumes:
- ./:/home/shlink/www
ports:
- "3000:3000"
- "56745:56745"
2018-08-23 10:49:13 +03:00
- "5000:5000"