mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-23 07:21:58 +00:00
Fixed root container service config
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
}: {
|
}: {
|
||||||
services.podman.containers = {
|
services.podman.containers = {
|
||||||
bulbaspace-site = {
|
bulbaspace-site = {
|
||||||
image = "docker.io/library/httpd:latest-alpine";
|
image = "docker.io/library/httpd:alpine";
|
||||||
autoUpdate = "registry";
|
autoUpdate = "registry";
|
||||||
network = "proxy-net";
|
network = "proxy-net";
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
Reference in New Issue
Block a user