initial commit
This commit is contained in:
12
docker-compose.yaml
Normal file
12
docker-compose.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
# docker compose
|
||||
|
||||
services:
|
||||
pwdgen:
|
||||
build: .
|
||||
image: pwdgen_v2:latest
|
||||
container_name: pwd.matt-cloud.com
|
||||
ports:
|
||||
- "80:80"
|
||||
volumes:
|
||||
- ./pwdgen:/opt/pwdgen
|
||||
restart: always
|
||||
Reference in New Issue
Block a user