mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-26 21:31:14 +00:00
Initial commit
This commit is contained in:
11
static_files/AdminLTE-3.2.0/docker-compose.yml
Normal file
11
static_files/AdminLTE-3.2.0/docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: "3"
|
||||
services:
|
||||
admin:
|
||||
build: .
|
||||
command: npm run dev
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 3001:3001
|
||||
volumes:
|
||||
- .:/code
|
||||
- /code/node_modules
|
Reference in New Issue
Block a user