Hosting works
All checks were successful
Build and Push Container / build-and-push (push) Successful in 17s
All checks were successful
Build and Push Container / build-and-push (push) Successful in 17s
This commit is contained in:
@@ -35,7 +35,7 @@ systemctl --user daemon-reload
|
||||
systemctl --user start alicia_demo.service
|
||||
```
|
||||
|
||||
Then open `http://localhost:8080`.
|
||||
Then open `http://localhost:8081`.
|
||||
|
||||
Stop and remove:
|
||||
|
||||
@@ -50,7 +50,7 @@ Build and run directly:
|
||||
|
||||
```bash
|
||||
podman build -t alicia-ai-cheatsheet .
|
||||
podman run -d --name alicia-ai-cheatsheet -p 9090:8080 alicia-ai-cheatsheet
|
||||
podman run -d --name alicia-ai-cheatsheet -p 9090:80 alicia-ai-cheatsheet
|
||||
```
|
||||
|
||||
Then open `http://localhost:9090`.
|
||||
|
||||
Reference in New Issue
Block a user