Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Feb 12, 2024
1 parent 8d4b69a commit 41843b7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion terraform/files/sections/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,20 @@ storage:
- path: /mnt/data
device: /dev/disk/by-partlabel/mnt_data
format: ext4
wipe_filesystem: true
wipe_filesystem: false
label: mnt_data
with_mount_unit: true

files:
- path: /etc/docker/daemon.json
mode: 0644
contents:
inline: |
{
"metrics-addr" : "0.0.0.0:9323",
"experimental" : true
}
links:
- path: /etc/systemd/system/multi-user.target.wants/docker.service
target: /usr/lib/systemd/system/docker.service
Expand All @@ -28,3 +38,4 @@ systemd:
units:
- name: docker.service
enabled: true

0 comments on commit 41843b7

Please sign in to comment.