feat: remove phpipam volume
This commit is contained in:
parent
1da57b44c0
commit
a3dbfd2dd4
1 changed files with 1 additions and 12 deletions
|
|
@ -1,14 +1,6 @@
|
|||
---
|
||||
|
||||
# create phpipam directory
|
||||
- name: "create phpipam directory"
|
||||
ansible.builtin.file:
|
||||
path: "/mnt/phpipam"
|
||||
state: "directory"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0775"
|
||||
|
||||
# run phpipam
|
||||
- name: "run phpipam"
|
||||
community.docker.docker_container:
|
||||
|
||||
|
|
@ -41,9 +33,6 @@
|
|||
ports:
|
||||
- "{{ phpipam_http_port }}:80"
|
||||
|
||||
volumes:
|
||||
- "/mnt/phpipam:/phpipam"
|
||||
|
||||
env:
|
||||
|
||||
# phpipam
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue