docker container is working
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user