diff --git a/docker/migrate-prod.yaml b/docker/migrate-prod.yaml index 3e028c6d..8db310a1 100644 --- a/docker/migrate-prod.yaml +++ b/docker/migrate-prod.yaml @@ -9,7 +9,7 @@ services: dockerfile: Dockerfile container_name: prepbox working_dir: /src - command: bash -c "yarn && yarn build && yarn migrate" + command: bash -c "yarn migrate" volumes: - /home/pockethost/data:/data - ./mount/cache/go:/go diff --git a/readme.md b/readme.md index 15e866c4..4fac77bc 100644 --- a/readme.md +++ b/readme.md @@ -108,9 +108,9 @@ git clone git@github.com:benallfree/pockethost.git cd pockethost/docker cp .env-template-prod .env.local # Edit as needed - defaults should work cd .. -docker-compose -f docker/build.yaml up --remove-orphans -docker-compose -f docker/migrate.yaml up --remove-orphans -docker-compose -f docker/prod.yaml up --remove-orphans +docker compose -f docker/build.yaml up --remove-orphans +docker compose -f docker/migrate.yaml up --remove-orphans +docker compose -f docker/prod.yaml up --remove-orphans ``` **2. Refresh Certbot**