feat: add more stuff
This commit is contained in:
parent
075da97511
commit
4e2886dd59
12 changed files with 74 additions and 62 deletions
|
|
@ -32,12 +32,13 @@
|
|||
tty: "no"
|
||||
|
||||
# run mariadb
|
||||
name: "ipam-db"
|
||||
name: "phpipam-db"
|
||||
image: "docker.io/mariadb:lts"
|
||||
image_name_mismatch: "recreate"
|
||||
restart_policy: "unless-stopped"
|
||||
networks:
|
||||
- name: "ipam-network"
|
||||
- name: "phpipam"
|
||||
|
||||
volumes:
|
||||
- "/mnt/ipam/mysql:/var/lib/mysql"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue