Remove wbo
This commit is contained in:
parent
6a8920f127
commit
133ca3d13b
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/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