feat: moved from docker-compose to docker compose
parent
00f332f21a
commit
75e65520f7
|
@ -28,7 +28,7 @@ NGINX_COMPOSE_FILE=/srv/services/www/docker-compose.yml
|
||||||
|
|
||||||
$(NGINX_RELOAD): $(FULLCHAIN) $(KEY)
|
$(NGINX_RELOAD): $(FULLCHAIN) $(KEY)
|
||||||
mkdir -p $(@D)
|
mkdir -p $(@D)
|
||||||
docker-compose \
|
docker compose \
|
||||||
--file $(NGINX_COMPOSE_FILE) \
|
--file $(NGINX_COMPOSE_FILE) \
|
||||||
exec nginx \
|
exec nginx \
|
||||||
nginx -s reload
|
nginx -s reload
|
||||||
|
|
|
@ -143,7 +143,7 @@ NGINX_COMPOSE_FILE=/srv/services/reverse_proxy/docker-compose.yml
|
||||||
|
|
||||||
$(NGINX_RELOAD): $(FULLCHAIN) $(KEY)
|
$(NGINX_RELOAD): $(FULLCHAIN) $(KEY)
|
||||||
mkdir -p $(@D)
|
mkdir -p $(@D)
|
||||||
docker-compose \
|
docker compose \
|
||||||
--file $(NGINX_COMPOSE_FILE) \
|
--file $(NGINX_COMPOSE_FILE) \
|
||||||
exec nginx \
|
exec nginx \
|
||||||
nginx -s reload
|
nginx -s reload
|
||||||
|
|
Loading…
Reference in New Issue