Skip to content

Commit b24326c

Browse files
Update config.md
1 parent d761486 commit b24326c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

  • docs/homelab/BM01-pi5/lxc/CI/CI02-proxy

docs/homelab/BM01-pi5/lxc/CI/CI02-proxy/config.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# CI02-proxy: config
1+
# CI02-PROXY: config
22

3-
Contenido del archivo `/var/lib/lxc/CI02-proxy/config`:
3+
Contenido del archivo `/var/lib/lxc/CI02-PROXY/config`:
44

55
```conf
66
# Template used to create this container: /usr/share/lxc/templates/lxc-download
@@ -19,8 +19,8 @@ lxc.arch = linux64
1919
# Container specific configuration
2020
#! lxc.apparmor.profile = generated
2121
#!lxc.apparmor.allow_nesting = 1
22-
lxc.rootfs.path = dir:/var/lib/lxc/CI02-proxy/rootfs
23-
lxc.uts.name = CI02-proxy
22+
lxc.rootfs.path = dir:/var/lib/lxc/CI02-PROXY/rootfs
23+
lxc.uts.name = CI02-PROXY
2424
2525
# Start config
2626
lxc.start.auto = 1
@@ -37,6 +37,6 @@ lxc.cgroup2.memory.swap.max = 512M
3737
lxc.net.0.type = veth
3838
lxc.net.0.link = br0
3939
lxc.net.0.flags = up
40-
lxc.net.0.ipv4.address = 192.168.1.102/24
40+
lxc.net.0.ipv4.address = 192.168.1.12/24
4141
lxc.net.0.ipv4.gateway = 192.168.1.1
42-
```
42+
```

0 commit comments

Comments
 (0)