Browse Source

Update docker-compose.dev.yml

pull/780/head
DevLine 3 years ago
committed by GitHub
parent
commit
dba394397b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docker-compose.dev.yml

4
docker-compose.dev.yml

@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
wg-easy: wg-breezy:
image: wg-easy image: wg-breezy
command: npm run serve command: npm run serve
volumes: volumes:
- ./src/:/app/ - ./src/:/app/

Loading…
Cancel
Save