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