fixed yaml
Removed unnecessary build context and updated port syntax in README.
This commit is contained in:
@@ -33,10 +33,9 @@ To deploy the calculator on a server, you only need Docker and Docker Compose in
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
|
||||||
image: ghcr.io/jones013/jack_calculator:latest
|
image: ghcr.io/jones013/jack_calculator:latest
|
||||||
ports:
|
ports:
|
||||||
- "8888:80"
|
- 8888:80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -53,7 +52,3 @@ The calculator will then be available at `http://<your-server-ip>:8888`.
|
|||||||
**Note on Firewalls**: Ensure that your server's firewall is configured to allow incoming traffic on port 8888.
|
**Note on Firewalls**: Ensure that your server's firewall is configured to allow incoming traffic on port 8888.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Branches
|
|
||||||
|
|
||||||
Use `**main`** or `**user**` for this layout. Maintainer tooling and full docs live on the `**developer**` branch.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user