ioznny/ca-wedding

By ioznny

Updated about 2 months ago

Docker Image Official - Wedding America & Cesar

Image
Languages & frameworks
0

516

ioznny/ca-wedding repository overview

ac-wedding-logo

ioznny/ca-wedding

Custom wedding invitation website for América & César.
A web app ready to run with Docker in seconds.

Docker Pulls Image Size Version


🚀 Quick Start

Run the container with a single command:

docker run -d -p 8080:80 ioznny/ca-wedding

Then open your browser at: http://localhost:8080


📦 Docker Compose

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

🏷️ Available Tags

TagDescription
latestLatest stable build
v7.0.0Latest updated version


Made with ❤️ for iOznny

Tag summary

Content type

Image

Digest

sha256:d561ddb33

Size

40.9 MB

Last updated

about 2 months ago

docker pull ioznny/ca-wedding:7.0.0