[Unit] Description=google-spell-pspell Container Wants=network-online.target After=network-online.target [Service] User=pspell ExecStart=/usr/bin/podman run \ --rm -p 127.0.0.1:8010:80 \ --name google-spell-pspell \ google-spell-pspell:latest ExecStop=/usr/bin/podman stop --ignore google-spell-pspell ExecStopPost=/usr/bin/podman rm -f --ignore google-spell-pspell [Install] WantedBy=multi-user.target