Add docker build

This commit is contained in:
Khanh Ngo 2020-04-25 00:33:22 +07:00
parent a5fbb7b58a
commit b12feb08bd
No known key found for this signature in database
GPG key ID: D5FAA6A16150E49E
9 changed files with 6629 additions and 7 deletions

13
docker-compose.yaml Normal file
View file

@ -0,0 +1,13 @@
version: '3'
services:
wg:
# image: ngoduykhanh/wireguard-ui:latest
image: wgui
container_name: wgui
ports:
- 5000:5000
logging:
driver: json-file
options:
max-size: 50m