change IPs in code

This commit is contained in:
2026-03-24 15:44:50 -07:00
parent d679e422b1
commit 8ccf17d4b7
5 changed files with 14 additions and 10 deletions

View File

@ -6,7 +6,8 @@ services:
image: pwdgen_v2:latest
container_name: pwd.matt-cloud.com
ports:
- "80:80"
- "8080:80"
volumes:
- ./pwdgen:/opt/pwdgen
network_mode: bridge
restart: always