overhauls of most service docs
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 33s
All checks were successful
Podman DDNS Image / build-and-push-ddns (push) Successful in 33s
This commit is contained in:
3
templates/podman/compose/README.md
Normal file
3
templates/podman/compose/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Compose
|
||||
|
||||
Put your compose.yaml here.
|
||||
12
templates/podman/compose/compose.yaml
Normal file
12
templates/podman/compose/compose.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
foobar:
|
||||
container_name: foobar
|
||||
restart: always
|
||||
image: localhost/foobar:latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- /home/foobar/data:/var/app/data
|
||||
security_opt:
|
||||
- label=disable
|
||||
userns_mode: keep-id
|
||||
Reference in New Issue
Block a user