This commit is contained in:
2024-05-05 16:00:30 +02:00
parent 6ac26c2c8e
commit 88bb561b39
6 changed files with 60 additions and 2 deletions

View File

@ -6,3 +6,13 @@ networks:
#### SERVICES
services:
container_name: pwgen
pwgen:
image: 'jocxfin/pwgen:latest'
environment:
- NO_API_CHECK=true
networks:
- back_network
ports:
- '5069:5069'
restart: unless-stopped