Add whiteboard
This commit is contained in:
parent
a0abddab87
commit
13cf3143f4
1 changed files with 11 additions and 0 deletions
11
containers/wbo.fish
Executable file
11
containers/wbo.fish
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set -l container_name wbo
|
||||
set -l container_volumes_dir ~/volumes/$container_name
|
||||
|
||||
podman-default-create \
|
||||
$container_name \
|
||||
--network traefik \
|
||||
-v $container_volumes_dir:/opt/app/server-data:Z,U \
|
||||
--label "io.containers.autoupdate=registry" \
|
||||
docker.io/lovasoa/wbo:latest
|
Loading…
Add table
Reference in a new issue