docker container is working

This commit is contained in:
2026-03-24 21:43:57 -07:00
parent 1781ded109
commit 5fac80e529
7 changed files with 81 additions and 76 deletions

View File

@ -6,8 +6,19 @@ services:
image: pwdgen_v2:latest
container_name: pwd.matt-cloud.com
ports:
- "8080:80"
- "10.19.1.1:80:80"
volumes:
# hash file goes here for count and uniqueness
- ./pwdgen:/opt/pwdgen
network_mode: bridge
networks:
- net
restart: always
networks:
net:
driver: bridge
ipam:
driver: default
config:
-
subnet: 10.19.1.0/24