Skip to content

Commit ad05ca8

Browse files
author
James Amner
authored
Merge pull request #103 from boxuk/misc-docker-imporvements
[MISC] Docker Updates
2 parents 556d934 + 411773e commit ad05ca8

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

bin/nodejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
docker-compose run --rm nodejs "$@"
2+
docker compose run --rm nodejs "$@"

bin/php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
docker-compose run --rm -T php "$@"
2+
docker compose run --rm -T php "$@"

bin/start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

33
./bin/composer install
4-
docker-compose up -d wordpress
4+
docker compose up -d wordpress
55
./bin/npm install
66
./bin/npm run start

docker-compose.yml renamed to compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.1'
2-
31
services:
42
php:
53
build: ./docker/php

0 commit comments

Comments
 (0)