Docker Image Official - Wedding America & Cesar
516
Custom wedding invitation website for América & César.
A web app ready to run with Docker in seconds.
Run the container with a single command:
docker run -d -p 8080:80 ioznny/ca-wedding
Then open your browser at: http://localhost:8080
Create a docker-compose.yml file:
services:
ca-wedding:
image: ioznny/ca-wedding:latest
container_name: ca-wedding
ports:
- "8080:80"
restart: unless-stopped
Start the service:
docker compose up -d
| Tag | Description |
|---|---|
latest | Latest stable build |
v7.0.0 | Latest updated version |
Made with ❤️ for iOznny
Content type
Image
Digest
sha256:d561ddb33…
Size
40.9 MB
Last updated
about 2 months ago
docker pull ioznny/ca-wedding:7.0.0